Poul-Henning Kamp wrote:
> In message <[EMAIL PROTECTED]>, Ju
> lian Elischer writes:
>
> >who owns the midway driver? (gotta go look at that.. 2.3 k?) (what I a
> >midway?)
> >I'm wondering if people who ran that card ever noticed real strange
> >behaviour sometimes.. All it would take is a f
John Baldwin wrote:
> Notes:
> - There has been one vote so far to ditch the whole net/ reorg, although
> other people have expressed support for it.
What do you intend to do with the networking headers?
The socket API standards specify the socket related headers and their
paths. At least, "n
pci_write_config() and pci_cfgwrite() defined in sys/pci/pcivar.h
have an unusual argument order:
pci_read_config(dev, reg, width)
pci_write_config(dev, reg, val, width)
pci_cfgread(cfg, offset, size)
pci_cfgwrite(cfg, offset, val, size)
Apparently, pcisupport.