diff options
author | wpaul <wpaul@FreeBSD.org> | 1999-04-08 17:42:48 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 1999-04-08 17:42:48 +0000 |
commit | 79f5a5d674761aaef8dbd910cee7a7976c59f0cf (patch) | |
tree | 5a8e9b2c7dc76b2958f9b3d7a52767fc1b6d011c /sys/alpha/conf/GENERIC | |
parent | d161ddcb5ae08b59bc55d34db27c3a0133cdffbd (diff) | |
download | FreeBSD-src-79f5a5d674761aaef8dbd910cee7a7976c59f0cf.zip FreeBSD-src-79f5a5d674761aaef8dbd910cee7a7976c59f0cf.tar.gz |
Make ASIX driver work on FreeBSD/alpha, add to GENERIC.
Diffstat (limited to 'sys/alpha/conf/GENERIC')
-rw-r--r-- | sys/alpha/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index b9a21bd..5b6a4d6 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -11,7 +11,7 @@ # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # -# $Id: GENERIC,v 1.17 1999/03/31 04:04:14 wpaul Exp $ +# $Id: GENERIC,v 1.18 1999/04/01 02:09:37 wpaul Exp $ machine "alpha" cpu "EV4" @@ -97,6 +97,7 @@ device sio1 at isa0 port "IO_COM2" irq 3 flags 0x50 # this list of network interfaces until the probes have been fixed. # Right now it appears that the ie0 must be probed before ep0. See # revision 1.20 of this file. +device ax0 device de0 device fxp0 device le0 |