thorpej
|
f7c9b87381
|
Update for sys/buf.h/disksort_*() changes, plus make it compilable on
more systems.
|
2000-01-21 23:41:45 +00:00 |
thorpej
|
dc59bc1db3
|
Update for sys/buf.h/disksort_*() changes.
|
2000-01-21 23:39:55 +00:00 |
mjacob
|
04b750733c
|
slight change for platform independence
|
2000-01-21 21:19:57 +00:00 |
mjacob
|
7faf9d32ea
|
cleanup SAF-TE attachment code
|
2000-01-21 21:10:41 +00:00 |
tsutsui
|
a914ad6061
|
- use the raw partition for ioctl; `control device' is gone.
- remove `sc_flags' member from md_softc
- add check code whether the md device is configured in mdread/mdwrite
|
2000-01-21 12:14:53 +00:00 |
thorpej
|
0835b779d1
|
Simplify sbdsp_pause().
|
2000-01-20 19:27:03 +00:00 |
mjacob
|
56196ffa4e
|
Nobody said no to adding a pointer to original scsi inquiry data
to the scsibus attach args. Make sure it's nulled for ATAPI. Also,
for scsiconf.c, modify SENA's quirk entry.
|
2000-01-20 17:10:18 +00:00 |
mjacob
|
3bcc285367
|
add SES driver
|
2000-01-20 17:07:41 +00:00 |
mjacob
|
a8f0034523
|
add SES device
|
2000-01-20 16:07:43 +00:00 |
enami
|
b7868a436d
|
Don't overwrite cfe->flags.
|
2000-01-20 08:47:59 +00:00 |
augustss
|
55c5d10627
|
Fix typos.
Never, never, never commit without compiling first.
|
2000-01-19 01:16:38 +00:00 |
augustss
|
fe18229923
|
Obey the interrupt interval here also.
|
2000-01-19 01:04:26 +00:00 |
augustss
|
a97cf3f9ce
|
Fix a buglet in framelist locking.
|
2000-01-19 01:02:11 +00:00 |
abs
|
3a63eeee63
|
newline terminate ss: atatch message - from Roger Brooks
|
2000-01-19 01:00:07 +00:00 |
augustss
|
8d1b47c24d
|
Poll the interrupt pipe every 100 ms instead of every 1 ms. The interrupt
pipe is only used to collect statistics so it seems rather stupid to bog
down the processor by doing this every ms.
|
2000-01-19 00:25:23 +00:00 |
augustss
|
c3716a6bb9
|
Add an argument to usbd_open_pipe_intr() to specify the polling interval
for an interrupt pipe in case we don't what what the descriptor suggests.
|
2000-01-19 00:23:58 +00:00 |
augustss
|
331cdec4d2
|
Add another item.
|
2000-01-19 00:20:55 +00:00 |
mycroft
|
01c66d1c23
|
Mute the DAC -- not the master volume -- on close, so that CD passthrough is
unaffected.
|
2000-01-18 22:11:05 +00:00 |
augustss
|
21863071b1
|
Move the zeroing of the xfer to the individual methods.
|
2000-01-18 20:23:42 +00:00 |
augustss
|
f14036861f
|
Turn xfer allocation into a method in the HC driver. The reason is that
an HC driver may want to subclass the xfer to have additional private fields.
|
2000-01-18 20:11:00 +00:00 |
thorpej
|
cf3cdae016
|
iodone() -> biodone()
|
2000-01-18 19:53:42 +00:00 |
deberg
|
4cf19b07ea
|
add the NeXT mouse type
|
2000-01-18 19:52:50 +00:00 |
augustss
|
4357bf2625
|
Pretend we can detach. Then we can at least the detach the device
if the attach fails in the middle.
|
2000-01-18 19:46:55 +00:00 |
augustss
|
aff651d2c6
|
Sync with reality.
|
2000-01-18 19:45:58 +00:00 |
augustss
|
f21b1ede53
|
Add a little more debug printing.
|
2000-01-18 18:49:35 +00:00 |
jlam
|
24ea998b2a
|
Regen.
|
2000-01-18 17:20:32 +00:00 |
jlam
|
069f019108
|
Add Aironet Wireless Communications' vendor and product codes.
|
2000-01-18 17:19:33 +00:00 |
ad
|
e716b4ba71
|
Fix register offset problem. This should make EISA boards work correctly,
and is also needed for the ISA frontend (some time this week).
|
2000-01-18 16:50:38 +00:00 |
bouyer
|
0016706a70
|
Clean up revision stuff for the sis. Suggested by Chris Cappuccio.
|
2000-01-18 13:58:07 +00:00 |
bouyer
|
a569e4a38f
|
Correct URLs.
|
2000-01-18 13:30:32 +00:00 |
cjs
|
762741c71d
|
Fix the size of the playback buffer. Patch from Dave Sainty <dave@dtsp.co.nz>.
|
2000-01-18 04:48:47 +00:00 |
mycroft
|
9efabde18b
|
Rearrange ex_intr() to use C_INTR_LATCH the same way the ep driver does,
to prevent race conditions.
|
2000-01-18 03:35:40 +00:00 |
jtk
|
5253149d51
|
add mii attribute to xe. (Needed to make PHY attachment work.)
|
2000-01-18 03:11:11 +00:00 |
bouyer
|
e51ae5d23a
|
Use SCSIPIRETRIES instead of hard-coded value '2' for number of retries in
common routines. Define SCSIPIRETRIES as 4, so that the command will finally
succeed after several consecutive downgrades from UDMA2 to PIO4.
|
2000-01-17 17:59:48 +00:00 |
augustss
|
5fe2bec33e
|
Add Bill Paul's FreeBSD driver for the CATC USB-EL1201A chip.
XXX The driver is untested since I don't have any hardware with this chip.
|
2000-01-17 17:12:20 +00:00 |
hubertf
|
bd2e491091
|
make confusion of ISO 639 and ISO 3166 less likely
|
2000-01-17 15:51:59 +00:00 |
augustss
|
57a4fc9141
|
Regen.
|
2000-01-17 14:56:23 +00:00 |
augustss
|
3285aaa9dc
|
Add a bunch of devices I found at a Linux site.
|
2000-01-17 14:56:01 +00:00 |
augustss
|
28c8d7c7bb
|
Remove some unnecessary cleanup.
|
2000-01-17 13:25:22 +00:00 |
augustss
|
3205164ec5
|
Add missing USBD_NO_COPY flag.
|
2000-01-17 13:23:05 +00:00 |
augustss
|
3e2f6f3a41
|
Regen.
|
2000-01-17 12:57:54 +00:00 |
augustss
|
5ebe8e5553
|
Add two CATC Ethernet adapters.
|
2000-01-17 12:57:27 +00:00 |
joda
|
2367ad5f3d
|
add shutdown hook
|
2000-01-17 12:57:26 +00:00 |
abs
|
0f75dd5dc4
|
allow ioctl() on all scanner device nodes - now SANE can work with ss* driver
|
2000-01-17 11:25:31 +00:00 |
itojun
|
e9100143aa
|
in promisc mode, don't inject outgoing packet to bpf twice.
this is because the card gets the outgoing packet from itself in promisc mode
(not really IFF_SIMPLEX).
|
2000-01-17 07:06:57 +00:00 |
augustss
|
60e70258d2
|
Compute packet length correctly (from FreeBSD).
|
2000-01-17 02:20:43 +00:00 |
augustss
|
ab81119895
|
Adjust for ADS name change.
|
2000-01-17 01:43:31 +00:00 |
augustss
|
f18750a9df
|
Regen.
|
2000-01-17 01:43:07 +00:00 |
augustss
|
4a3938b0d6
|
Give the ADS Ethernet adapter a better name.
|
2000-01-17 01:42:41 +00:00 |
augustss
|
2ea7029408
|
Add Bill Paul's FreeBSD driver for the Kawasaki LSI KL5KUSB101B USB Ethernet
chip.
|
2000-01-17 01:38:43 +00:00 |