is
a4cfa723ac
regenerate: fix typo in card name string.
2002-02-01 22:04:02 +00:00
is
48c749a49a
fix typo
2002-01-31 14:27:29 +00:00
haya
30f44eaa28
Add an entry for NEC 9801N_J12, which is an OEM of IBM infomover.
...
PR #14084 .
2002-01-31 08:45:14 +00:00
is
5fa8e00d02
Fix typo: ASIX, not AMBIX
2002-01-30 12:49:23 +00:00
is
8a6348be5f
Add Lantech Fastnet/TX (really generic ASIX AX88190) card
2002-01-30 11:20:23 +00:00
simonb
c37d15083b
Fix a tyop in a comment.
2002-01-29 00:31:55 +00:00
aymeric
1a16f52c0a
sort a couple of entries by vendor number.
2002-01-28 09:25:33 +00:00
joda
4a42472b23
add support for Ericsson PRISM2 card (kern/15130)
2002-01-17 09:56:43 +00:00
aymeric
36fb148d72
Remove the quirks I added for an ethernet card I have.
...
This ``quick fix'' shall not make it into a release, and the problem doesn't
come from the card but rather from my laptop.
2002-01-13 12:28:02 +00:00
aymeric
2968e4165f
add Edimax Technology Inc. EP4000A
...
add another Linksys Etherfast clone (Level One)
2002-01-13 10:41:11 +00:00
aymeric
2ae5495943
regen
2002-01-13 10:39:33 +00:00
aymeric
0e264923e6
add Edimax Technology Inc. PCMCIA Ethernet Card
2002-01-13 10:38:47 +00:00
tsutsui
b87a051ec8
Call malloc(9) with M_ZERO flag instead of memset() after malloc().
2002-01-12 16:17:05 +00:00
pooka
065a38a17f
regen
2001-12-29 15:01:23 +00:00
pooka
e42e0310b4
Socket Communications Low-Power CF WLAN
2001-12-29 15:00:45 +00:00
ichiro
63a6896a6c
regen
2001-12-29 08:32:06 +00:00
ichiro
78efe121bf
add product
...
IBM Smart Capture Card II
2001-12-29 08:31:01 +00:00
jmcneill
ff0249d84d
Fix block position calculation in esl_intr.
2001-12-25 04:05:34 +00:00
jmcneill
b0df9e12af
The check for AUMODE_PLAY in esl_set_params was breaking some applications.
...
Remove it.
2001-12-25 03:47:46 +00:00
jmcneill
a89f9c462b
'nintr' from esl_softc was never used -- remove it
2001-12-25 03:46:34 +00:00
jmcneill
c4669fd0d0
Fixes output at 44kHz, 16-bit, stereo. Thanks to Charles Hannum and
...
Lennart Augustsson for providing proper fixes.
2001-12-25 02:37:39 +00:00
christos
6e8072d607
enable the card before trying to establish an interrupt because we need the
...
ccr mapped on multi-function cards.
2001-12-24 12:07:27 +00:00
christos
0e9f2d7a35
when we disable, we first disestablish the interrupt and then the card.
...
when we enable, we first configure the card and then establish the interrupt.
This is so that the ccr is mapped on multifunction cards.
2001-12-24 09:30:40 +00:00
ichiro
c4552cab7f
support FUJITSU MB86960/5 based ethernet cards
...
FMV-J181,182,182A
2001-12-23 09:25:19 +00:00
ichiro
e5761e3205
regen
2001-12-23 09:11:05 +00:00
ichiro
42ff7db32c
change CIS name
2001-12-23 09:10:39 +00:00
ichiro
214499d236
change routine of device search.
...
mbe_pcmcia_lookup() is introduced
2001-12-18 11:32:47 +00:00
ichiro
62ddf45f47
regen
2001-12-18 11:23:49 +00:00
ichiro
e59b8e538e
add CIS strings of FUJITSU FMV-181,182,182A
...
delete ITCFJ182A, because FMV-182[A] ID is same as ITCFJ182A.
2001-12-18 11:23:24 +00:00
soren
3faa83dcb4
To make dev/pcmcia work on platforms with 64-bit bus_addr_t and
...
32-bit bus_size_t (sparc), change the pcmcia_mem_map(9) offsetp
argument to bus_size_t as it is used as a bus_space offset.
2001-12-16 17:53:17 +00:00
ichiro
10c8cdf485
missing Misc Attribute of PCMCIA functions
...
FUJITSU CF Ether ITCFJ182A supported "Power down"
Power down supply current are 20mA
2001-12-16 06:07:50 +00:00
ichiro
ff638ce5fd
support FUJITSU CF EthernetCard
...
ITCFJ181A
mbe0 at pcmcia1 function 0: Fujitsu J182A Compact Flash Ethernet
mbe0: Ethernet address 00:00:0e:c5:01:ea
2001-12-16 05:44:33 +00:00
ichiro
a4ad95c757
regen
2001-12-16 05:43:16 +00:00
ichiro
dc739ee7b9
add FUJITSU CF EthernetCard
...
ITCFJ181A
2001-12-16 05:42:46 +00:00
soren
875bff0962
To make dev/pcmcia work on platforms with 64-bit bus_addr_t and
...
32-bit bus_size_t (sparc), change the pcmcia_mem_map(9) offsetp
argument to bus_size_t as it is used as a bus_space offset.
2001-12-15 13:23:20 +00:00
soren
e324e87ca8
Fix typo in comment.
2001-12-15 12:01:55 +00:00
soren
3022b71f80
Correct copyright header.
2001-12-15 11:45:24 +00:00
soren
df984ecc52
Use bus_size_t's for bus space read/write offsets.
2001-12-15 11:41:09 +00:00
christos
4950567ffc
Regen.
2001-12-04 18:46:51 +00:00
christos
9925bfcf9f
PR/13711: Peter Seebach: Symbol's Spectrum24 pcmcia/prism2 card isn't probed.
2001-12-04 18:46:30 +00:00
lukem
ecb81c3f6d
- convert usage of "defopt" to "defflag" where the relevant option does
...
not support a value (e.g., it's to be used as "options FOO" instead of
"options FOO=xxx"). options that take a value were converted to
defparam recently.
- minor whitespace & formatting cleanups
2001-11-28 10:21:10 +00:00
enami
60adc294b9
Regen.
2001-11-27 03:25:53 +00:00
enami
f349dc8748
cvs -q update -j1.147 -j1.148 pcmciadevs
2001-11-27 03:25:16 +00:00
yamt
f6b0ec4cce
- regen for IBM SCSI PCMCIA.
2001-11-26 19:49:34 +00:00
yamt
64b2149540
add IBM SCSI PCMCIA.
2001-11-26 19:48:55 +00:00
yamt
dbaca00330
move dev/isa/cs89x0{.c,{var,reg}.h} into dev/ic
...
and split isadma parts into /dev/isa/cs89x0isa*.
2001-11-26 19:17:05 +00:00
yamt
9324423e84
remove "stg", that I accidentally commited.
...
thanks, Tsutsui-san.
2001-11-26 14:21:33 +00:00
yamt
b43f7a4791
add pcmcia frontend for cs driver.
2001-11-26 11:17:34 +00:00
ichiro
a103dcf333
support BUFFALO CFtype WLAN card
...
wi0 at pcmcia1 function 0: BUFFALO, WLI-CF-S11G,
wi0: 802.11 address 00:07:40:0f:03:ea
wi0: using RF:PRISM2.5 MAC:ISL3873, Firmware: 1.3 variant 4
2001-11-26 04:34:56 +00:00
ichiro
1c1ddcc034
regen
2001-11-26 04:19:12 +00:00