summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2003-02-14Let UBSEC_DEBUG compile; based on diff from sam at errno dot comJason Wright
(also nuke the last vtophys so it'll even work on sparc64)
2003-02-13Don't force all ATAPI devices to PIO mode 3, there areAlexander Yurchenko
devices which only support PIO mode 2 or less. Use atap_oldpiotiming to obtain supported mode for such devices. Also use SET FEATURES only for PIO mode > 2. Work by Alec Skelly <alec@dtkco.com> with my little help. ok costa@
2003-02-13Plug mbuf leak when there is an IV mismatch during software decrypt.Todd C. Miller
Found by dhartmei@; I thought he committed the fix but appearently not. Also make the debugging printf for IV mismatch more useful.
2003-02-13proper free order; from sturm@Michael Shalayeff
2003-02-13Final part of NVIDIA nForce/nForce2 IDE support:Alexander Yurchenko
- registers definitions - timing values setup - cable detection Partially from Linux, FreeBSD and AMD specs. Many thanks to Johan Lindman <tybollt@solace.mh.se> for providing access to the testing machine. ok gluk@
2003-02-13Add cable detection for AMD chips, directly from AMD specs.Alexander Yurchenko
Tested by todd@; ok gluk@
2003-02-13support for 3C905B internal PHY; markus@ ok.Federico G. Schwindt
2003-02-13add 3C905B internal PHY.Federico G. Schwindt
2003-02-12replace crc32 code with BSD licensed code from opensshMarkus Friedl
2003-02-12It is not clear that the order of operations will be what the programmerHenric Jungheim
intended. (This fixes a gcc3 warning.) ok jason, millert
2003-02-12in async mode, send SIGIO to the process group of the process thatMatthieu Herrb
requested the signal. This is coherent with what /dev/tty does and the current implementation of fcntl(F_SETOWN). Ok deraadt@
2003-02-12Labels must be followed by a statement. (Pointed out by gcc3.)Henric Jungheim
ok jason@
2003-02-12Define a wsmouse type for HIL mice.Miod Vallat
2003-02-12A simple driver for HIL mice and tablets. Most of the work being alreadyMiod Vallat
done by the loop, this is mostly an HIL packet decoding routine.
2003-02-12Move values related to device identification data to hilreg.h, with betterMiod Vallat
names.
2003-02-11I found a french HIL keyboard in a closet, so add a simple french layout.Miod Vallat
Nobody will want to use such a keyboard anyways, as there is no ~ (tilde) key on it.
2003-02-11Define an HIL wscons keyboard type.Miod Vallat
2003-02-11As hil devices can only attach after interrupts are enabled, delayMiod Vallat
the attachment of wsdisplay to sti as well. This allows us to have a working console for boot -a, and still attach a full-blown wscons console as soon as possible. ok mickey@
2003-02-11Oops, forgot to commit the most important file...Miod Vallat
2003-02-11RegenMiod Vallat
2003-02-11Machine independent HP-HIL loop support code.Miod Vallat
Derived from the hp300 HIL code, and some information found in XFree86 HP-UX specific parts. However, this code does not provide an HP-UX compatible /dev/hil* interface, but will rather attach real BSD drivers to the hil driver glue. Currently, only a driver for the HP-HIL keyboards is provided. More to come as resources permit. The international layout tables for hilkbd are derived from the ite tables found in the hp300 code, but only the US layout could be tested. Sample dmesg output on a heavily charged hil loop: hil0 at gsc0 offset 21000 irq 1 hilkbd0 at hil0 code 1: 109-key keyboard, layout 1b wskbd0 at hilkbd0: console keyboard hilkbd1 at hil0 code 2: 109-key keyboard, layout 1f wskbd1 at hilkbd1 "ID module" at hil0 id 34 code 3 not configured "ID module" at hil0 id 34 code 4 not configured "Tablet" at hil0 id 94 code 5 not configured "Mouse" at hil0 id 68 code 6 not configured Some feedback from and ok mickey@
2003-02-11be consistant on Hz vs hzMichael Shalayeff
2003-02-11Byte-prom font loading support.Miod Vallat
ok mickey@
2003-02-10Try to fetch MAC address from ebus bridge; based on NetBSDJason Wright
2003-02-09Must set BCR0/BCR1 since they can override the RXCFG/TXCFG registers; from ↵Jason Wright
freebsd via openbsd pr 3086 (thom at press dot alt-f4 dot org)
2003-02-09make ESP_SBUS_DEBUG compileJason Wright
2003-02-08avoid more spurious printfs (account for other uninteresting events).Jason Wright
2003-02-08definitions and structures for vital product data (VPD); from netbsdJason Wright
2003-02-08syncTheo de Raadt
2003-02-08typoTheo de Raadt
2003-02-06syncTheo de Raadt
2003-02-06minor tweaks; raj@cerias.purdue.eduTheo de Raadt
2003-02-05regenMichael Shalayeff
2003-02-05compaq pci hot plug controllerMichael Shalayeff
2003-02-05syncJason Wright
2003-02-05add cavium and nitrox xlJason Wright
2003-02-05implement a few wsdisplay ioctls. comment on the putchar implementationMichael Shalayeff
2003-02-05wsdisplay type for stiMichael Shalayeff
2003-02-04regenMichael Shalayeff
2003-02-04TSB43AB21 FireWireMichael Shalayeff
2003-02-03pad tx buffer out to minimum framelength; based on NetBSDJason Wright
2003-02-03syncJason Wright
2003-02-03lanergy appian pci lite; peter.galbavy at knowtion.netJason Wright
2003-02-02Real (although generic) negotiation results message during boot.Kenneth R Westerback
2003-02-01Look, noone cares if you run of out rx descriptors and whining about it just ↵Jason Wright
makes the situation worse.
2003-01-31These cards just don't master... don't bother trying to enable it.Jason Wright
2003-01-31Working wscons attachment and block move operations; joint debug by mickeyMiod Vallat
and myself. wsdisplay at sti will be enabled as soon as byte-size rom font loading is done.
2003-01-31more quietTheo de Raadt
2003-01-31fetch the font and use it, some cleanup and knfMichael Shalayeff
2003-01-30Many Ultra 5s likes to hang when starting. The last thing on the consoleHenric Jungheim
is: "pcons at mainbus0 not configured". The problem is that the IDE chip asserts a PCI interrupt line even while the registers on the chip claim that it is not. Doing a channel reset helps, but is almost certainly only a work-around for the real problem. Several other work-arounds have been suggested, but this one has had the most testing. Many have looked and helped (notably grange@). Thanks. ok jason@