Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-21 | rcsid | Jason Wright | |
2001-08-21 | esp driver from NetBSD (compiles and even probes disks =) | Jason Wright | |
2001-08-21 | From NetBSD: | Jason Wright | |
#define's for FAS366 (needed for compile of esp_sbus) | |||
2001-08-21 | Remove gcc warnings. Ok drahn@ | Matthieu Herrb | |
2001-08-21 | need cfdriver for dma | Jason Wright | |
2001-08-21 | Prototype correctly so this builds with -Wstrict-prototypes. | Dale Rahn | |
DEstatic some of the code, add a ofprint() function for printf like debugging early on in boot (before console). Not currently used, except in special debugging kernels. | |||
2001-08-20 | qec+be (another driver originally written under OpenBSD, but pulled into | Jason Wright | |
this heirarchy from the NetBSD tree... and who says the projects don't work together). | |||
2001-08-20 | regen | Michael Shalayeff | |
2001-08-20 | better aureal names | Michael Shalayeff | |
2001-08-20 | add qec+qe stuff from NetBSD (originally from OpenBSD... funny circle, eh?) | Jason Wright | |
including: - OpenBSD style boot determination - local version of media handling - other local modifications, too. | |||
2001-08-20 | regen | Michael Shalayeff | |
2001-08-20 | aureal advantage | Michael Shalayeff | |
2001-08-20 | $OpenBSD$ | Jason Wright | |
2001-08-20 | modifications to support OpenBSD/sparc style bootpath determination | Jason Wright | |
2001-08-20 | Allow driver to recognize Cyclades 4Y and 8Y cards. | smart | |
Not finished yet, but cleaned up and moved around code for better organization. Inspired by NetBSD and other PCI drivers. From my dmesg: cy1 at pci0 dev 10 function 0 "Cyclades Cyclom-8Y" rev 0x01 | |||
2001-08-19 | KNF | smart | |
2001-08-19 | Don't reset rx/tx without turning them back on after suspend (Beck is now | Jason Wright | |
able to do "Real Work" after a suspend) | |||
2001-08-19 | remove dependence on lancereg.h/lancevar.h | Jason Wright | |
2001-08-19 | generic driver for LSI dma controller from NetBSD | Jason Wright | |
2001-08-19 | enough from netbsd to get le at ledma attached | Jason Wright | |
2001-08-19 | fetch sc_intline from pci_intr_line(ih) to accomodate for | Michael Shalayeff | |
the line being possibly resolved in pci_intr_map(). found and tested by jason@ | |||
2001-08-19 | ...and convert this one as well. | Miod Vallat | |
2001-08-19 | More old timeouts removal, mainly affected unused/unmaintained code. | Miod Vallat | |
2001-08-19 | more from netbsd... not sure if it's modified or not (modified at least for ↵ | Jason Wright | |
RCSids, tho) | |||
2001-08-19 | RCSid | Jason Wright | |
2001-08-19 | generic interface for time-of-day clock devices. | Artur Grabowski | |
From NetBSD | |||
2001-08-19 | setprop and nextprop | Artur Grabowski | |
2001-08-19 | sparc64 | Artur Grabowski | |
2001-08-19 | Add a powerhook for bringing the 556 out of sleepy mode after suspend. | Jason Wright | |
(This isn't perfect... it still requires an down up transition, but Bob is kicking me off his laptop so he can do "Real Work"). | |||
2001-08-18 | Move the softc into the machdep parts. | Artur Grabowski | |
2001-08-18 | rcs ids | Jason Wright | |
2001-08-18 | generic mostek clock driver (from NetBSD, ported by art... but he's being | Jason Wright | |
slack about committing) | |||
2001-08-18 | import sbus stuff from netbsd (not a lot of mods). | Jason Wright | |
2001-08-18 | typo from 1.50; biorn@chips.chalmers.se | Theo de Raadt | |
2001-08-18 | Make use of ax88190_stop_card and dl10019_stop_card. | Aaron Campbell | |
2001-08-18 | Support for PCMCIA network cards with an ASIX AX88190. Committing this over | Aaron Campbell | |
a Linksys PCMPC100 Ver 3 10/100 card that now works. | |||
2001-08-18 | Add MII routines to support the ASIX AX88190 MAC controller; from NetBSD. | Aaron Campbell | |
2001-08-18 | write output port | Michael Shalayeff | |
2001-08-18 | Make siop pay attention to quirks table. This not only eliminates the | Kenneth R Westerback | |
ugly INQUIRY snooping but avoids adding even uglier #ifdef's to turn off stuff, e.g. tagged queuing. Add two disk drives now known to lie about supporting tagged queuing to quirks table. One from millert@ (<MICROP, 4421-07 0329SJ, 0329>) and one from Hakan Olsson (<SEAGATE, ST150176LW, 0002>). Add field 'inquiry_flags2' to struct scsi_link to hold flags2 field from struct scsi_inquiry_data. These flags relate to SCSI-3 specific features. Clean up some logic, eliminating need for TARF_PPR flag. | |||
2001-08-17 | quieten pcmcia/cardbus interrupt handling at unsuspend time | Theo de Raadt | |
2001-08-17 | Back out pcic_delay() since we cannot call tsleep() in interupt context. | Todd C. Miller | |
For this to work pcmcia would have to be a kernel thread w/ process context. | |||
2001-08-17 | Add RC4 support. | ben | |
2001-08-17 | Oops, maxseglen and maxlen were backwards in call to bus_dmamap_create(). | Jason Wright | |
2001-08-16 | do not try to undefine CAC_DEBUG | Brad Smith | |
2001-08-15 | - Attempt to recover from PCI aborts. This is a heavy handed approach which | Jason Wright | |
involves running down what's in the queue and resetting the chip. - remove a DELAY() from reset and just wait for the proc unit to come out of reset. - never set the LAST bit in a JUMP descriptor - use lengths from each map (not just source map) for total_*_length in command [This does not fix problems with net4501, but may address problems with CA810] | |||
2001-08-15 | Add some stuff missed in a previous FreeBSD merge... Fixes the problem where | Jason Wright | |
sk busy loops when carrier is lost until it returns; based on patch from david langhorst <dirt@monkey.org> and tested by John Ladwig <jladwig@mango.lioness.net> | |||
2001-08-14 | One char was wrong. -moj | Mats O Jansson | |
2001-08-14 | Allow latin-1 chars. -moj | Mats O Jansson | |
2001-08-14 | add missing latin-1 chars. -moj | Mats O Jansson | |
2001-08-14 | Call dc_read_srom with the correct width; patch from gluk@. Fixes problems | Aaron Campbell | |
with multiple 21143 interfaces. |