diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-02-28 23:02:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-02-28 23:02:25 +0000 |
commit | 6868422478944f2da3fda946e0fe8e705cd03f07 (patch) | |
tree | d364228269d0d41bf23862171b9d82efeae990eb | |
parent | 5d78bd9a7a6f89bbdb2763be5949ab9d55f90b7b (diff) |
some older machines have small banks, and the kernel is too big!
remove one very rarely used driver; tested by mglocker
miod will look at this later ;)
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 89825323606..222873d74f3 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.168 2007/02/28 21:54:43 grange Exp $ +# $OpenBSD: GENERIC,v 1.169 2007/02/28 23:02:24 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -68,8 +68,8 @@ stge* at pci? # Sundance TC9021 GigE rl* at pci? # RealTek 81[23]9 ethernet vr* at pci? # VIA Rhine ethernet re* at pci? # RealTek 8169/8169S/8110S -musycc* at pci? # Conexant HDLC controller -art* at musycc? # Accoom Artery E1/T1 cards +#musycc* at pci? # Conexant HDLC controller +#art* at musycc? # Accoom Artery E1/T1 cards pgt* at pci? # Prism54 (only full-mac varients) acx* at pci? # TI ACX100/ACX111 (802.11b/g) |