mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Remove cardbus attachment. It likely was a cut-n-paste left over from
whatever template was used to create this driver. It is not necessary, and wouldn't work anyway since (a) this device will never be in a cardbus tin-can and (b) the driver isn't even PCI, but instead a built-in NIC on the IDT RC32434 on its internal bus.
This commit is contained in:
parent
ed820052d0
commit
795239ebe6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=184550
@ -139,7 +139,6 @@ static driver_t kr_driver = {
|
||||
static devclass_t kr_devclass;
|
||||
|
||||
DRIVER_MODULE(kr, obio, kr_driver, kr_devclass, 0, 0);
|
||||
DRIVER_MODULE(kr, cardbus, kr_driver, kr_devclass, 0, 0);
|
||||
DRIVER_MODULE(miibus, kr, miibus_driver, miibus_devclass, 0, 0);
|
||||
|
||||
static int
|
||||
|
Loading…
Reference in New Issue
Block a user