Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-22 | Support more dc(4) CardBus devices, including the AN985-based Linksys PCMPC200 | Aaron Campbell | |
10/100 CardBus Ethernet adapter (thanks to beck@ for the donation). | |||
2001-08-22 | rename hs_flags -> hs_state and use #defines for the state names. | Jason Wright | |
2001-08-22 | sync | Aaron Campbell | |
2001-08-22 | Add some Abocom devices; from NetBSD. | Aaron Campbell | |
2001-08-22 | Initialize auto variable (win[{0,1}].win_flags). Also, if PCCBB_MEM_CACHABLE | Aaron Campbell | |
isn't set, clear the prefetchable bits in the bridge control register. These fixes from NetBSD. Now OpenBSD won't hang when it tries to read the CIS from an ADMtek-based card through a Ricoh-based PCI-CardBus bridge. | |||
2001-08-22 | better error handling (a merge of ben's stuff and mine) | Jason Wright | |
2001-08-22 | sparc64 pci needs this. | Artur Grabowski | |
From NetBSD. | |||
2001-08-22 | regen | Artur Grabowski | |
2001-08-22 | sun ebus. | Artur Grabowski | |
2001-08-22 | iobase is a bus_addr_t | Jason Wright | |
simplify 'alive' handling check for IRQUNK later | |||
2001-08-22 | Better error catching (badly aligned iov's are EINVAL not ENOMEM) | Jason Wright | |
2001-08-21 | sync | Theo de Raadt | |
2001-08-21 | more; openbsd@davidkrause.com | Theo de Raadt | |
2001-08-21 | sbus specific driver for hme (from netbsd) | Jason Wright | |
2001-08-21 | bus independent part of hme driver from netbsd | Jason Wright | |
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 | |