pk
967492ee53
Replace myetheraddr() by prom_getether().
2004-03-15 23:51:11 +00:00
uwe
e9612620ef
Now that we can control contrast and brightness of the Jornada 680 LCD
...
add KS_Cmd_{Contrast,Brightness}{Up,Down} to default keymaps.
2004-03-15 23:25:09 +00:00
uwe
4b44d3c34a
Change #if 0 protecting the lines with KS_euro to #ifdef KS_euro, so
...
that the keymap definitions are forward-compatible.
2004-03-15 22:49:07 +00:00
bouyer
542c876565
Extract the code printing the CBD from scsipi_print_sense(), so that it's
...
usable in other context.
Use the new scsipi_print_cbd() to dump the command in case of timeout
in siop/esiop.
2004-03-15 22:43:43 +00:00
bouyer
285ce8d78e
Indent.
2004-03-15 22:28:30 +00:00
augustss
26b7762c08
Regen.
2004-03-15 11:16:43 +00:00
augustss
ae2960eaf0
Add some devices. From FreeBSD.
2004-03-15 11:16:23 +00:00
augustss
92bc86cdb6
Add Epson Perfection 1670 scanner
2004-03-15 11:09:23 +00:00
augustss
eaf85ed85e
Regen.
2004-03-15 11:08:53 +00:00
augustss
fd28ddd148
Add Epson Perfection 1670 scanner
2004-03-15 11:08:34 +00:00
augustss
da2d21f6ee
Set the device address before reading the device descriptor.
...
This makes certain non-conforming devices work.
Suggested by Peter Burnett in kern/24716.
2004-03-15 10:35:04 +00:00
dyoung
224491add0
Move the ath(4) sysctls to hw.ath from ath.
2004-03-15 03:26:04 +00:00
wiz
4fdf521f76
It's extension, not extention. From Miod Vallat (miod at online fr).
2004-03-14 20:11:24 +00:00
minoura
d8b2961a5c
Add ichlpcib.
2004-03-14 14:13:42 +00:00
bjh21
1f2a1581c0
pckbport_machdep_cnattach has replaced pckbc_machdep_cnattach.
2004-03-14 13:54:07 +00:00
minoura
b332b550b9
Add Intel ICHn PCI-LPC bridge driver.
...
It is a pcib, but with sysmon watchdog support.
2004-03-14 08:04:38 +00:00
thorpej
4e473186db
Use scsipi_adapter_minphys().
2004-03-14 00:17:37 +00:00
bjh21
759fb56651
Convert to use pckbport infrastructure -- another file I missed on the first
...
pass.
2004-03-13 23:03:43 +00:00
bjh21
2e5eabeef4
Remove opms and wsqms on acorn32.
2004-03-13 19:52:53 +00:00
ragge
0281fed145
Add dge.
2004-03-13 17:54:38 +00:00
bjh21
a3b1962334
Add iomdkbc and iomdiic.
2004-03-13 17:53:05 +00:00
bjh21
abb6d5d13a
Add pckbport.
2004-03-13 17:46:45 +00:00
bjh21
dff5222d3a
Abstract the interface between pckbc(4), and the pckbd(4) and pms(4)
...
drivers that attach to it. This allows for other host interface chips
that use the same keyboards and mice, such as the ones in the ARM
IOMD20, ARM7500, and SA-1111. The PC-compatible driver is still
called pckbc(4), and the new abstraction layer is "pckbport", so the
child devices have moved from sys/dev/pckbc to sys/dev/pckbport, which
also contains some code shared between all host controllers. To avoid
incompatibility, pckbdreg.h is still installed in
/usr/include/dev/pckbc.
In theory, this shouldn't cause any behavioural changes in the drivers
concerned. Thy just use rather more function pointers than before. Tested
on i386 and (with a new host driver) acorn32. Compiled on several other
affected architectures.
2004-03-13 17:31:33 +00:00
cube
cd4928d8c7
The D-Link DFE-670TXD can appear with two different vendor IDs for the MAC
...
address. The two IDs belong to D-Link. Therefore, add a duplicate entry
with a matching vendor ID.
Reported and tested by syn at sceen dot net.
2004-03-13 15:09:16 +00:00
dyoung
a0e5ea5bcb
Enable extended channel set.
...
Add some debug code for printing the HAL's notion of available
channels if hw.ath.debug = 1.
2004-03-13 05:43:08 +00:00
oster
5f5c148f74
raidPtr->num_spare is *NOT* sufficient here. We must allocate
...
at least an additional RF_MAXSPARE spare units, just in case.
2004-03-13 03:32:08 +00:00
oster
8e82e43e0e
This desc->mutex is only ever initialized -- never used. *toss*
2004-03-13 02:31:12 +00:00
oster
ae179d21e5
paramDAG and paramASM are only ever set, but never used. *toss*
2004-03-13 02:20:40 +00:00
oster
cb1bb8925a
Cleanup function prototypes.
2004-03-13 02:04:02 +00:00
oster
8150ff6fbd
- don't use rf_PrintUserStats() for recon statistics.
...
rf_PrintUserStats() was mean for the simulator, and doesn't provide
any real info in kernel-space, especially for reconstructs.
Reconstructing actually renders the stats even more useless, since it
resets them all to zero before the reconstruct starts!
- since rf_PrintUserStats() is no longer used, nuke it along with the
routines that feed it. Nothing was using this code, and if we ever
need it again, we know where to find it.
2004-03-13 02:00:15 +00:00
bouyer
ece6a039c7
Add a drive with broken tagged queuing support. From Jim Faulkner.
...
Fix PR kern/23815.
2004-03-12 23:00:40 +00:00
ragge
3bb5e65a6b
Add driver for Intel PRO/10GbE ethernet adapter. Now NetBSD has no
...
problem with intercontinental TCP connections of over 4Gbit/s, which is
where my test hardware runs out of bus bandwidth.
Stuff that is on the TODO list:
* HW VLAN support.
* Large jumbo buffers (16k).
* TCP Segmentation Offload
* RAIDC (receive interrupt delay adaptation)
* Understand how to use memory above 4GB.
2004-03-12 13:46:52 +00:00
drochner
04325221da
regen
2004-03-12 13:32:00 +00:00
drochner
ff0d2298c2
add Canon EOS300d
2004-03-12 13:31:28 +00:00
drochner
8acd734e5f
deal with 82801EB/ER (ICH5) Network Controller
2004-03-12 13:22:28 +00:00
drochner
b7fc89cd4c
regen
2004-03-12 13:21:22 +00:00
drochner
51968004e2
add ICH5 builtin ethernet
2004-03-12 13:20:49 +00:00
jkunz
17e4dce36a
Import MI part of new Intel i82596 Ethernet driver.
2004-03-12 11:37:17 +00:00
kanaoka
bbfd611e6d
- Add (missed)"csc->cc_ih = NULL;" in com_cardbus_disable().
...
- Check "csc->cc_ih != NULL" before cardbus_intr_disestablish()
in com_cardbus_detach().
This fixed panic when the card removed.
The card is a "Xircom RealPort Cardbus Ethernet 10/100+Modem 56".
Reported & Tested by Peter Postma <peter.postma@chello.nl>
on current-users.
2004-03-11 16:34:54 +00:00
christos
29f176cc88
PR/24746: Jared Momose: The _write routine in the at24cxx eeprom driver has
...
a =/== bug.
2004-03-11 15:11:53 +00:00
kanaoka
82aab73572
Add (missed)"csc->sc_ih = NULL;" in rtk_cardbus_disable().
...
This fixed panic when card removed
after "ifconfig rtk0 up; ifconfig rtk0 down".
2004-03-11 12:19:14 +00:00
jmc
2311909a8b
Provide standard workaround for \!defined __BUS_SPACE_HAS_STREAM_METHODS
2004-03-11 05:59:33 +00:00
matt
02fd2a994a
Fixes for that only support for the 2030 can be compiled in.
2004-03-10 22:42:47 +00:00
bouyer
f0816e2b90
Enable ATA-133 for AMD8111. From Nicolas Joly in kern/24729.
...
pciide_apollo_reg.h already contains the Ultra133 timming values for amd.
2004-03-10 22:16:04 +00:00
bouyer
eefc140c02
The 1010-66 always generate AIP values on the bus, regardless of the SCNTL4
...
settings. Disable AIP completely, as this confuse pre-Ultra160 drives.
From FreeBSD.
2004-03-10 22:02:53 +00:00
bouyer
567e3c10bc
Decrease xs_retries before retrying aborted commands, and report EIO if it
...
reaches 0. Avoids looping on aborded command in some special cases.
2004-03-10 21:57:31 +00:00
bouyer
b08ad7c74c
Add the HPT370 DPLL output frequency register.
2004-03-10 21:55:21 +00:00
bouyer
6338d77271
The real value of the message is in msgin, not
...
esiop_cmd->cmd_tables->msg_in[0], so print the correct value.
2004-03-10 21:51:29 +00:00
drochner
529666a2a8
use "=" instead of "|=" on first assignment to mbuf.csum_flags
...
(probably unnecessary because zero-initialized on mget, but
cheaper anyway)
2004-03-10 18:46:10 +00:00
oster
37533dd249
Introduce RF_DEBUG_ENGINE and use it to disable a number of debugging
...
bits in rf_engine.c
2004-03-09 03:10:26 +00:00