summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1999-03-31 04:04:14 +0000
committerwpaul <wpaul@FreeBSD.org>1999-03-31 04:04:14 +0000
commit26f7598224306fe8f8aebaa262ca7767fc193d5f (patch)
tree1e42584348632e288939868e37ad7ac918f79a61 /sys/alpha
parent5588dd15e19f2b9215a8b45db6747947b0792672 (diff)
downloadFreeBSD-src-26f7598224306fe8f8aebaa262ca7767fc193d5f.zip
FreeBSD-src-26f7598224306fe8f8aebaa262ca7767fc193d5f.tar.gz
Insert ifmedia_set() that I forgot and put in the vtophys() hack for
the alpha. Now the ThunderLAN driver works on the alpha (both my sample cards check out.) Update the alpha GENERIC config to include ThunderLAN driver now that I've tested it.
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/conf/GENERIC3
-rw-r--r--sys/alpha/conf/NOTES3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC
index 95b9686..8eafb1e 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.15 1999/01/23 16:53:26 dfr Exp $
+# $Id: GENERIC,v 1.16 1999/03/27 20:41:25 wpaul Exp $
machine "alpha"
cpu "EV4"
@@ -101,6 +101,7 @@ device de0
device fxp0
device le0
device pn0
+device tl0
device xl0
pseudo-device loop
diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES
index 95b9686..8eafb1e 100644
--- a/sys/alpha/conf/NOTES
+++ b/sys/alpha/conf/NOTES
@@ -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.15 1999/01/23 16:53:26 dfr Exp $
+# $Id: GENERIC,v 1.16 1999/03/27 20:41:25 wpaul Exp $
machine "alpha"
cpu "EV4"
@@ -101,6 +101,7 @@ device de0
device fxp0
device le0
device pn0
+device tl0
device xl0
pseudo-device loop
OpenPOWER on IntegriCloud