diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2015-03-24 12:00:40 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2015-03-24 12:00:40 +0000 |
commit | e012fa8681655d4b4ea517637b20010bd4493605 (patch) | |
tree | 4ffd5a3723d7fbf0e2cd8ef71755d1387e4b8d0c /sys/arch/macppc/conf | |
parent | 31e466ce05c9ac69d45634a5d95359d2e55755fd (diff) |
unwire lmc(4) and san(4).
they do "interesting" things with APIs i want to change, and i can't
find any evidence anyone uses them anymore. instead of burning time
on changes i cant test, ill take a chance that noone will miss them.
no objections from anyone
ok mpi@ deraadt@ henning@ sthen@
Diffstat (limited to 'sys/arch/macppc/conf')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 9eb345c0f17..62b0d89007d 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.246 2015/01/03 21:24:19 uaa Exp $g +# $OpenBSD: GENERIC,v 1.247 2015/03/24 12:00:39 dlg Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -49,7 +49,6 @@ ppb* at pci? # PCI-PCI bridges pci* at ppb? siop* at pci? -lmc* at pci? # Lan Media Corp SSI/T3/HSSI fxp* at pci? de* at pci? #vme* at pci? |