diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-05-18 19:24:06 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-05-18 19:24:06 +0000 |
commit | 1b483539c66378e7876064821635e7972078556b (patch) | |
tree | 44c662b07d574d831d95d719a181361e383966e9 /sys | |
parent | e4bdc87c54aaf38993d4fb762bbf0b2eaa1f386f (diff) |
Xircom ethernet
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pcmcia/files.pcmcia | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pcmcia/files.pcmcia b/sys/dev/pcmcia/files.pcmcia index 36663a92fa9..2e0040fb2e4 100644 --- a/sys/dev/pcmcia/files.pcmcia +++ b/sys/dev/pcmcia/files.pcmcia @@ -1,4 +1,4 @@ -# $OpenBSD: files.pcmcia,v 1.15 1999/01/28 04:58:30 fgsch Exp $ +# $OpenBSD: files.pcmcia,v 1.16 1999/05/18 19:24:05 niklas Exp $ # $NetBSD: files.pcmcia,v 1.9 1998/06/21 18:45:41 christos Exp $ # # Config.new file and device description for machine-independent PCMCIA code. @@ -47,6 +47,11 @@ file dev/pcmcia/if_sm_pcmcia.c sm_pcmcia #attach mbe at pcmcia with mbe_pcmcia #file dev/pcmcia/if_mbe_pcmcia.c mbe_pcmcia +# Xircom Ethernet controllers +device xe: ether, ifnet, mii +attach xe at pcmcia with xe_pcmcia +file dev/pcmcia/if_xe.c xe_pcmcia + # PCMCIA Floppy controller #attach fdc at pcmcia with fdc_pcmcia #file dev/pcmcia/fdc_pcmcia.c fdc_pcmcia |