Hidetoshi Shimokawa
558d6f9a60
Fix if_wi breakage.
2003-07-11 13:50:31 +00:00
Warner Losh
c3cee955c0
sync to pccarddev 1.55
2003-07-11 09:17:07 +00:00
Warner Losh
4aafc6cbf1
remove stray ASUS
2003-07-11 09:16:40 +00:00
Warner Losh
688a06fa4d
sync to pccarddev 1.54
2003-07-11 09:15:45 +00:00
Warner Losh
386a95a275
Add asus wl100
...
PR: 49033, 53249
2003-07-11 09:15:21 +00:00
Warner Losh
6da5aafdda
Sync to 1.53
2003-06-17 12:29:49 +00:00
Warner Losh
bd65adef88
Add FREECOM PCCARD-IDE
2003-06-17 12:29:20 +00:00
Warner Losh
309971e12e
Add a comment about the MPSAFEness of this pccard_intr handler. Given
...
how we registered pccard_intr, it is MPSAFE. However, since we
register the pccard_intr handler with the flags of the ISR we call,
that is the gating factor. We need do nothing specific here.
Prompted by: seeing pccard_intr in a panic.
2003-06-13 21:30:29 +00:00
Warner Losh
cb8af9e613
regen for 1.52
2003-06-11 16:53:47 +00:00
Warner Losh
e8abadefcc
Add ARtem ONAIR wi card.
...
Submitted by: Ben Gras
Forgotten by: imp
2003-06-11 16:53:26 +00:00
Warner Losh
a450b32915
Sync to 1.51
2003-06-03 01:29:58 +00:00
Warner Losh
b2cd313c17
Add another PCMCIA IDE CARD
2003-06-03 01:29:01 +00:00
Warner Losh
103cef9fdd
Sync to 1.50
2003-04-27 03:32:09 +00:00
Warner Losh
0cb2efde14
Mystery OEM #1 : A really no-name prism3 card that wi supports.
...
Submitted by: mwlucas
2003-04-27 03:31:47 +00:00
Warner Losh
914beb056b
Sync to 1.49
2003-04-27 00:26:19 +00:00
Warner Losh
57bf268890
Add a generic cdrom.
2003-04-26 22:13:51 +00:00
Warner Losh
d6b4602222
Add accessor for cis4 string. Neither OLDCARD nor NEWCARD support
...
this yet, but that will change soon.
Pr: 51333
Submited by: Scott Mitchell
2003-04-23 23:32:53 +00:00
MIHIRA Sanpei Yoshiro
26954ebf4e
Sync to 1.48
2003-04-18 15:35:52 +00:00
MIHIRA Sanpei Yoshiro
2af37380c8
fix corega vendor id(use vendor string and product string)
...
Submitted by: imp
2003-04-18 14:52:14 +00:00
Warner Losh
46d5f4e726
Remove bogus line and entry, restore cnet ne2000 add smc 8041
2003-04-10 07:21:11 +00:00
Warner Losh
1cf793aaaf
Sync to 1.46
2003-04-10 06:59:35 +00:00
Warner Losh
2b358bf2dc
MFNetBSD:
...
1.182; christos
A cardflash NE2000 from Michael Francini
1.181; perry
support Corega PCCL-11 -- from Christopher SEKIYA in PR 20932
1.180; ichiro
add product TOSHIBA PA2673U CBIDE2 (IODATA OEM)
1.179; kanaoka
Add SMC 8041TX 10/100 Ether PC Card.
2003-04-10 06:58:40 +00:00
Warner Losh
7de3ac49a9
In [bsd-nomads:16650] shibagaki-san presented an example product id of
...
0 in a problem that is being discussed. That means that the test for
product != 0 may cause problems. Looking at pccarddevs (which i
should have done earlier) we see:
product BONDWELL B236 0x0000 Game Card Joystick
product CONTEC CNETPC 0x0000 Contec C-NET(PC)C
product IBM MICRODRIVE 0x0000 IBM Microdrive
product RAYTHEON WLAN 0x0000 WLAN Adapter
product SOCKET EA_ETHER 0x0000 Socket Communications EA
product TDK LAK_CD011WL 0x0000 TDK LAK-CD011WL
so use only the vendor field for the end sentinel.
2003-04-10 04:11:15 +00:00
Warner Losh
68d25868d0
1.37 was committed prematurely: back out until I can commit all parts at the
...
same time.
2003-04-09 22:10:28 +00:00
Warner Losh
60feb70860
1.77 was bogus: there is no logic bug. Back it out and compare the
...
correct fields instead.
2003-04-09 22:07:02 +00:00
John Baldwin
685a76429a
Fix a logic bug in previous commit (use || rather than &&). In order to
...
terminate the loop only when both the name and vendor are zero, we should
keep looping so long as either one is not zero.
2003-04-09 21:24:23 +00:00
Warner Losh
7e9b53e399
Make sure that both pp_name and pp_vendor are zero to know we're at the
...
end of the list now that some valid entries don't have pp_name set. Also,
don't print a warning if pp->name is NULL and it is a total wildcard.
2003-04-09 15:54:00 +00:00
Warner Losh
bf1f89d49c
Create new _ND versions to allow one to not specify the description be
...
stored in the table.
2003-04-08 15:28:58 +00:00
Warner Losh
6586fa7c43
MFP4:
...
o don't access struct resource members directly.
o Set a default device description based on the CIS name.
2003-04-08 07:02:03 +00:00
Warner Losh
0540e305b6
u_int*_t -> uint*_t
...
-1 -> 0xffffffff
2003-04-08 06:59:20 +00:00
MIHIRA Sanpei Yoshiro
e21115ab06
fix typo
2003-04-04 14:40:01 +00:00
Warner Losh
129edde443
pccarddevs_data.h no longer generated
2003-03-28 06:44:57 +00:00
Warner Losh
2983138955
MFp4:
...
Don't generate the data file.
Use 0xffffffff rather than -1 for sign safety as these fields are uint32_t.
2003-03-28 06:43:50 +00:00
Warner Losh
b43a533ddb
Use %jd and a cast to intmax_t instead of a cast to long.
...
Minor style nit while I'm here.
2003-03-18 02:40:40 +00:00
Warner Losh
ec72163b64
Tag longling_addr as maybe using a bad type, I'm not sure.
2003-03-18 02:38:33 +00:00
Warner Losh
1831679c41
Regenerate for 1.45
2003-03-18 02:37:25 +00:00
Warner Losh
2a72cb5210
Add DLINK DWL650H
...
From NetBSD by way of deichen
2003-03-18 02:36:54 +00:00
Warner Losh
a163d034fa
Back out M_* changes, per decision of the TRB.
...
Approved by: trb
2003-02-19 05:47:46 +00:00
Takeshi Shibagaki
617d6dd179
Regen.
2003-02-15 13:58:28 +00:00
Takeshi Shibagaki
a51440388a
Add YIS YWL-11B. This card has same vendor id and product id
...
as XI300 Wireless LAN.
2003-02-15 13:57:52 +00:00
Takeshi Shibagaki
2fd866e6b2
Regen.
2003-02-01 04:47:51 +00:00
Takeshi Shibagaki
57b42a754d
Allied Telesis WR211PCM(wi) and Corega PCC-T(ed) have
...
same manufacture id and product id. So use CIS info
(PCCARD_CISTPL_VERS_1).
reported by HONDA Yasuhiro <yasu@yasu.org>
2003-02-01 04:47:29 +00:00
Alfred Perlstein
44956c9863
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
...
Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT.
2003-01-21 08:56:16 +00:00
Takeshi Shibagaki
5770575cfc
Add BUFFALO LPC-CF-CLT(10Base-T Compact Flash Ether Card).
2003-01-18 02:14:23 +00:00
Takeshi Shibagaki
d7c38c4ccc
Regen.
2003-01-18 02:13:10 +00:00
Takeshi Shibagaki
708d4a51e6
Add Accton EN2216.
2003-01-18 01:14:48 +00:00
Takeshi Shibagaki
4779186a05
Regen.
2003-01-18 01:14:01 +00:00
Takeshi Shibagaki
3f9970c831
Add Allied Telesis WR211PCM.
2003-01-17 18:41:32 +00:00
Takeshi Shibagaki
57fc3d9703
Regen.
2003-01-17 18:40:31 +00:00
Takeshi Shibagaki
ef967a91bd
Regen.
2003-01-11 13:01:40 +00:00