ross
f54fe9f3b1
compile tweak for non-SCSIVERBOSE
2001-06-27 23:14:26 +00:00
nathanw
67bde7ddf3
The back end driver doesn't need PCMCIA headers, but it does need
...
<machine/bus.h>.
2001-06-27 22:22:12 +00:00
fredette
ebaac3f1e0
Don't define Debugger() if it's already defined.
...
It is always defined on the sun[23].
2001-06-27 20:17:20 +00:00
fredette
1cf0b6f4ec
Added many sun2 entries.
2001-06-27 19:47:17 +00:00
mcr
656bb8c5c7
added Solidum PAX.ware 1100 and Lucent ORCA PCI targets
2001-06-27 17:57:23 +00:00
bouyer
db6d5fc4a7
When setting/changing an address, no need to call ti_init() if the interface
...
is already up.
Especially this allow netatalk to start properly on a ti interface.
2001-06-27 16:47:33 +00:00
ichiro
46a9744df4
enabling EMTAC A2424i Wavelan Card
...
It work fine.
2001-06-27 16:03:01 +00:00
bouyer
6a91469e6d
Some ATAPI CD occasionally reports "ATA illegal indication length" for
...
a request sense command, but the sense is properly transfered anyway.
Ignore the error for this case.
2001-06-27 13:22:36 +00:00
bouyer
4fadc33006
Better diagnostic when a REQUEST SENSE is terminated with CHECK CONDITION.
2001-06-27 13:21:30 +00:00
bjh21
770912bb85
Add support for handling full-size 802.1Q packets.
2001-06-26 22:00:44 +00:00
bouyer
90d0e67408
Add a XS_CTL_SILENT_NODEV flag: if the sense info is "not ready, medium
...
not present" don't print any message but still return ENODEV.
Use this in cd driver to allow open of character raw partition even if
the drive is empty (older drives fails at LOAD_UNLOAD time, newer
ones fail at TEST_UNIT_READY time).
2001-06-26 15:32:02 +00:00
bouyer
f47d097cf5
Make it compile with SCSIPI_DEBUG
2001-06-26 12:46:56 +00:00
bouyer
e27abfaddf
Make it compile with SCSIPI_DEBUG
2001-06-26 12:19:49 +00:00
onoe
65f0069f5b
restore awi_power() to reenable awi after resume.
...
... forgot why it is disabled...
2001-06-26 08:41:19 +00:00
onoe
3e2b22f383
Fix keyid bit position of encrypted packet to make non-first key usable.
2001-06-25 12:11:59 +00:00
onoe
4fe2f5eda7
AWI_DEBUG only:
...
awi_dump_pkt dumps packet before encryption in transmit.
2001-06-25 12:09:51 +00:00
onoe
b383383c20
Fix capability information in association request to reflect ESS/IBSS mode.
...
This fix is required to interoperate with Cisco's access point.
2001-06-25 12:06:14 +00:00
bjh21
27a2f91b72
Add sc_flags to seeq8005_softc, and put a flag in it.
2001-06-25 11:38:28 +00:00
wdk
98f7903dd8
Don't reprogram SCC registers unless the values have changed.
...
Some CMOS Z85C30 SCC's (as used in the SGI Indy and Mips Magnum 3000's)
reset the baud rate generator when a new prescaler is loaded - despite
what is documented in the datasheet.
Avoids "character glitch" problems when line discipline characteristics
are changed at the start of the login process, or during a ftp session
on the /dev/console device.
Tested on -sgimips, -mipsco and -alpha platforms
2001-06-25 08:30:11 +00:00
enami
ffd45d10e3
Invert the logic in last commit so that it actually works.
2001-06-25 06:44:41 +00:00
onoe
d38786d61f
fix printf to DPRINTFN inside FW_DEBUG
2001-06-25 04:52:26 +00:00
matt
33fb36075d
Add a flag to the softc to prevent recursion in ifstart
2001-06-25 04:46:28 +00:00
onoe
a9f2f7b41b
add stubs for wiconfig(8).
2001-06-25 04:43:33 +00:00
onoe
1761d48452
cleanup unnecessary include files.
2001-06-25 04:29:19 +00:00
pk
fda9cb9936
Avoid unused variables if RASTERCONS_FULLSCREEN is defined. (see PR#13231)
2001-06-24 15:47:45 +00:00
wiz
15223234d7
Fix some typos in comments.
2001-06-24 10:18:13 +00:00
elric
e2f7c01bbd
This was able to crash my new alpha consistently when I started X.
2001-06-24 01:11:08 +00:00
bjh21
abfd1d9e70
ea_mc_reset_8004(): Rather than doing the CRC32 ourselves, call
...
ether_crc32_be() to do it for us.
2001-06-23 17:32:21 +00:00
bjh21
3177727ba7
Fix bogons in previous commit:
...
* Remove harmful debugging code from seeq8005_attach().
* Re-insert variable declarations in ea_mc_reset_8004(), since they aren't
dead yet.
2001-06-23 13:40:35 +00:00
bjh21
9e396bc385
Attampt support for 8-bit mode. I believe this should work, but I need a more
...
flexible bus_space on arm26 before I can test it.
2001-06-22 20:31:55 +00:00
toshii
90b62cfa61
Don't include <machine/autoconf.h>, which should not be necessary.
...
Moreover, hpcarm doesn't have such a header file.
2001-06-22 14:38:44 +00:00
thorpej
2ab206fbb5
Update, based on i8259a manual.
2001-06-21 18:57:04 +00:00
bouyer
b1a2f97303
Also print DSA addr in a DIAGNOSTING printf.
2001-06-21 16:55:20 +00:00
bouyer
8a46c28bc6
Proper media support for Compaq Deskpro 4000. PR kern/13244 from
...
Andrew Gillham.
2001-06-21 16:33:33 +00:00
onoe
b5e1e7d8ab
add #include <net/if_ieee80211.h> to make it compilable.
2001-06-21 14:02:56 +00:00
onoe
ea8bda451f
Add support for persistent key.
...
Fix promiscuous mode, taken from FreeBSD.
Fix to re-enable the card after suspend/resume.
Reflect current operational rate to if_media interface.
Avoid duplicate copy in transmit.
Move most of debug printfs into IFF_DEBUG.
Disable ANCACHE - designed for IPv4 only and no one use it.
Add IFF_ALLMULTI flags, as we don't have multicast filter.
Convert bzero/bcopy to memset/memcpy.
... sorry for jumbo commit.
2001-06-21 12:49:06 +00:00
onoe
0e7b0f3f43
add definitions for LEAP stuff in 350 series.
...
fix the value for AN_802_3_OFFSET to 0x34 (no one uses)
2001-06-21 12:33:24 +00:00
thorpej
ee9070cc5a
Add a long-needed register descripton file for the i8259 PIC.
...
This was taken from the PIIX4 manual, and thus doesn't have all
the legacy crap (relative to "modern" ISA PICs, anyway), so if
you have a real i8259 manual, fill in some more bits.
2001-06-21 03:43:43 +00:00
oster
bdfad3793f
We don't need to check for raidautoconfig here, so nuke it and
...
clean up a little.
2001-06-21 03:07:04 +00:00
thorpej
ae2fb7473c
Regen; add/update 3Com 3CR990 products.
2001-06-20 19:52:19 +00:00
thorpej
8e15530e96
Add more/update existing 3Com 3CR990 product IDs.
2001-06-20 19:51:12 +00:00
thorpej
08415c62e6
Regen; add SysKonnect SKNET-GE.
2001-06-20 16:33:10 +00:00
thorpej
70bbf8c3aa
Add SysKonnect SKNET-GE (GEnesis Gigabit Ethernet).
2001-06-20 16:32:32 +00:00
imp
c633f47bfd
Regen.
2001-06-20 05:46:24 +00:00
imp
34fe57df0e
Add O2Micro PCI-{CardBus,PCMCIA} bridges:
...
OZ6729, OZ6730, OZ6832/OZ6833, OZ6860 and OZ6812/OZ6872
2001-06-20 05:44:33 +00:00
ichiro
f4e59879ce
support Raltek 8139-based Cardbus card
...
reported by Takayoshi Kochi(t-kouchi@mvf.biglobe.ne.jp )
kern/13252: RealTek 8139-based Cardbus support
2001-06-20 05:41:27 +00:00
ichiro
f03f25cb17
regen
2001-06-20 05:39:36 +00:00
ichiro
ba3eaf4273
add product RealTek 8139
...
by kern/13252: RealTek 8139-based Cardbus support
2001-06-20 05:39:17 +00:00
oster
76d322c58c
#if out a few more bits that arn't required if we are not doing
...
PQ or RAID6.
2001-06-20 03:09:23 +00:00
uwe
35e011d31b
Convert to use cnmagic(9). Unifdef DDB and DDB_BREAK_CHAR.
...
While I'm here, s/ungetc/readahead/ in com_common_* because that's
what it _really_ is, "ungetc" is a very confusing name.
2001-06-20 03:07:25 +00:00