Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/conf Add some more drivers



details:   https://anonhg.NetBSD.org/src/rev/9c241d127cce
branches:  trunk
changeset: 346944:9c241d127cce
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Aug 07 14:28:55 2016 +0000

description:
Add some more drivers

diffstat:

 sys/arch/amd64/conf/MODULAR |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 5968404ebd92 -r 9c241d127cce sys/arch/amd64/conf/MODULAR
--- a/sys/arch/amd64/conf/MODULAR       Sun Aug 07 14:28:11 2016 +0000
+++ b/sys/arch/amd64/conf/MODULAR       Sun Aug 07 14:28:55 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MODULAR,v 1.3 2016/08/07 11:33:38 christos Exp $
+# $NetBSD: MODULAR,v 1.4 2016/08/07 14:28:55 christos Exp $
 #
 # Try to exclude all the drivers in GENERIC that have been modularized
 # XXX: incomplete
@@ -74,12 +74,16 @@
 -no options    NFSSERVER
 
 -no axe*       at uhub?
+-no axen*      at uhub?
 -no rum*       at uhub?
 -no urtwn*     at uhub?
 -no urtw*      at uhub?
 -no run*       at uhub?
 -no athn*      at uhub?
 
+-no alc*       at pci?
+-no ath*       at pci?
+
 -no pseudo-device      crypto                  # /dev/crypto device
 -no pseudo-device      swcrypto                # software crypto implementation
 



Home | Main Index | Thread Index | Old Index