freebsd-nq/sys/i386
Bill Paul ed8c6514c4 Convert the mx driver to miibus.
In order to make this work, I created a pseudo-PHY driver to deal with
Macronix chips that use the built-in NWAY support and symbol mode port.
This is actually all of them, with the exception of the original MX98713
which presents its NWAY support via the MII serial interface.

The mxphy driver actually manipulates the controller registers directly
rather than using the miibus_readreg()/miibus_writereg() bus interface
since there are no MII registers to read. The mx driver itself pretends
that the NWAY interface is a PHY locayed at MII address 31 for the sole
purpose of allowing the mxphy_probe() routine to know when it needs to
attach to a host controller.
1999-10-16 05:24:13 +00:00
..
apm Fix APM's make_devs: 1999-10-12 15:00:06 +00:00
bios Fix APM's make_devs: 1999-10-12 15:00:06 +00:00
boot GC bdbtofsb() 1999-09-26 19:05:39 +00:00
conf Convert the mx driver to miibus. 1999-10-16 05:24:13 +00:00
eisa Delete unneeded #include 1999-10-11 14:42:33 +00:00
i386 Eliminate remaining part of incorrect PCI bus numbering sanity check on systems with more than one PCI bus. 1999-10-15 21:38:15 +00:00
ibcs2 Avoid using the osig* syscalls. 1999-10-10 09:14:31 +00:00
include Eliminate remaining part of incorrect PCI bus numbering sanity check on systems with more than one PCI bus. 1999-10-15 21:38:15 +00:00
isa * Add struct resource_list* argument to resource_list_alloc and 1999-10-12 21:35:51 +00:00
linux Add a per-signal flag to mark handlers registered with osigaction, so we 1999-10-11 20:33:17 +00:00
pci $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
svr4 Add a per-signal flag to mark handlers registered with osigaction, so we 1999-10-11 20:33:17 +00:00
Makefile $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00