markd
31b8810652
Regen.
2003-01-24 00:19:40 +00:00
markd
4606c7c4e4
Add Nikon E885.
2003-01-24 00:18:26 +00:00
augustss
8aa76b0ae7
Add processor interface register definitions.
2003-01-23 21:17:15 +00:00
bad
f4aacfe9fc
Being able to make image backups of your whole disk, not to mention not
...
causing certain ata disks to lock up by reading beyond the last block,
beats catering to broken devices.
bounds_check_with_label() RAW_PART too.
2003-01-23 00:00:32 +00:00
mhitch
0dec3c2159
Lance chip needs to be accessed in sparse address space for alpha. Fixes
...
Turbochannel Ethernet card on Alpha 3000 systems.
2003-01-22 08:06:21 +00:00
augustss
0dd40ac3d5
Fix typo in last commit.
2003-01-21 21:00:56 +00:00
augustss
98a0fdb690
Make sure to set xs->datalen when we force a short inquiry. From kern/19971,
...
Shingo WATANABE.
2003-01-21 20:56:57 +00:00
augustss
fa5b0c9ca0
Add quirk for Melco adapter. From kern/19971, Shingo WATANABE.
2003-01-21 20:56:13 +00:00
augustss
9c6ee93f4b
Regen.
2003-01-21 20:53:51 +00:00
augustss
234e556fd2
Add Melco USB-IDE adapter.
2003-01-21 20:53:29 +00:00
kent
19056063ce
Add DIAGNOSTIC code provided in PR kern/19919 by DHOYASHIKI Shinichi.
2003-01-21 16:05:21 +00:00
itojun
aa8971e35f
m_tag transition mistake (within #if 0)
2003-01-21 05:43:26 +00:00
itojun
0eec7150b6
vlan tagging mistake during m_tag transition
2003-01-21 05:39:57 +00:00
simonb
b2fd1c7b6d
Remove a line of unreachable code. It seems to be a remnant of starting
...
off with a different driver, and the way this code is structured the
offending line isn't needed.
2003-01-21 00:24:20 +00:00
augustss
5ad4518358
Lower debug level so the match routine isn't so verbose.
2003-01-20 21:14:57 +00:00
soren
a35845dab6
Note hd44780 and cobalt panel driver from Dennis Chernoivanov.
2003-01-20 11:11:34 +00:00
martin
1a3bbabc29
Grrr, add another set of casts working around sc_aperbase having the wrong
...
type. We should fix this!
This makes it compile for 32bit sparc64 kernels.
2003-01-20 11:02:47 +00:00
simonb
4cde8adf99
Remove variable that is only assigned too but not referenced.
2003-01-20 07:34:37 +00:00
simonb
d081ef5767
Remove unreachable break after return.
2003-01-20 07:28:26 +00:00
simonb
d0c3a04b6a
Remove variables that are only assigned too but not referenced.
2003-01-20 07:25:04 +00:00
simonb
bbd9776970
Remove variable that is only assigned too but not referenced.
2003-01-20 07:20:01 +00:00
simonb
d7b879c6ec
Grrr. So much for my ability to use grep(1) effectively. Pointed out
...
by Stephen Degler in private mail.
2003-01-20 07:12:12 +00:00
simonb
276fd1665c
The Double-Semi-Colon Police.
2003-01-20 05:29:53 +00:00
simonb
6af195bf29
Remove variable that is only assigned too but not referenced.
2003-01-20 04:25:46 +00:00
simonb
188094a61f
Remove variable that is only assigned too but not referenced.
2003-01-20 04:10:26 +00:00
simonb
4a67cf4f79
Only declare and set the "info" variable #ifndef SCSIVERBOSE.
2003-01-20 04:08:44 +00:00
simonb
d9220af5c4
Remove unreachable "break"s after "return"s.
2003-01-20 02:29:56 +00:00
simonb
e53ee11473
Use u_int variables for some variables that are passed to
...
functions that expect u_int parameters.
Remove a semi-colon after the trailing brace of a function.
2003-01-20 02:16:55 +00:00
soren
12490413be
Typo.
2003-01-20 01:50:31 +00:00
soren
0a8d7994d1
Attachment for the HD44780 display and keypad on the front of Cobalt machines.
2003-01-20 01:26:12 +00:00
soren
ec3de7e879
Driver for the Hitachi HD44780 used in many small LCD panels.
...
Written by Dennis Chernoivanov.
2003-01-20 01:20:50 +00:00
rafal
537bf9a526
Change DS1286 definitions to start with DS1286_ rather than DS_ so these and
...
DS1687 definitions are easier to distinguish.
2003-01-19 22:20:43 +00:00
thorpej
b97e4c2136
Merge the nathanw_sa branch.
2003-01-19 16:50:16 +00:00
rafal
6d00714de4
Add CMU license since this did start out as a copy of mc146818reg.h, which
...
is under the CMU license.
2003-01-18 22:13:18 +00:00
rafal
d402607ec3
Add register definitions for the Dallas Semiconductor DS1687 and succesors,
...
a series of Y2k-compliant multiplexed-bus RTC chips. At the lowest levels,
the DS1687 and successors are register-compatible with the MC146818(A) and
DS1287, but also provide Y2k-safe date storage and other extra bits, like a
silicon serial number and larger amounts of NVRAM.
2003-01-18 22:07:21 +00:00
thorpej
41978f782e
Merge the nathanw_sa branch.
2003-01-18 21:21:28 +00:00
tsutsui
fcdaed16cd
When the extra pad buffer is used, the number of TX segments
...
should be incremented than dm_nsegs.
2003-01-18 13:53:29 +00:00
tsutsui
49a0506ca0
Fix pasto and typos.
2003-01-18 13:12:55 +00:00
martin
13e2ed575e
Merge botch.
2003-01-18 12:05:39 +00:00
thorpej
c62a74e6d5
Merge the nathanw_sa branch.
2003-01-18 10:32:11 +00:00
thorpej
af919042ec
Merge the nathanw_sa branch.
2003-01-18 10:14:20 +00:00
thorpej
b78f59b443
Merge the nathanw_sa branch.
2003-01-18 08:51:40 +00:00
bouyer
85393c3223
Redo previous in a better way:
...
allocate a static buffer, which is added at the end of short packets
to pad the buffer to ETHER_MIN_LEN - ETHER_CRC_LEN.
While I'm there fix 2 bugs:
in qeinit(), unload the right dmamap if bus_dmamap_load fails
in qestart, don't dmamap_load the mbuf if its len is 0.
Tested on simh-vax.
2003-01-17 15:45:59 +00:00
fvdl
3c2bd2b431
Add local_ctl_reg field to softc.
2003-01-17 11:17:08 +00:00
itojun
c8012d9047
correct the use of m_tag. correct indentation (:set sw=8 ts=8 please,
...
jonathan)
2003-01-17 08:27:35 +00:00
itojun
40606ab8f2
switch from kame-based m_aux mbuf auxiliary data, to openbsd m_tag
...
implementation. it will simplify porting across *bsd (such as kame/altq),
and make us more synchronized. from Joel Wilsson
2003-01-17 08:11:49 +00:00
gendalia
1f71c142cd
Add altima (broadcom) AC101L, phy for 3com 3c905cx-tx on nForce2 MCP-T
2003-01-17 06:23:52 +00:00
gendalia
6672d83048
regenerate to match miidevs, added ac101L phy
2003-01-17 06:21:13 +00:00
gendalia
3f50762f0c
Add altima (broadcom) AC101L, phy for 3com 3c905cx-tx on nForce2 MCP-T.
2003-01-17 06:20:07 +00:00
matt
f2d6a1d557
Make the DEFPA/DEFEA/DEFTA driver work on big-endian machines such as
...
powerpc or sparc64.
2003-01-17 02:43:40 +00:00