Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-26 | remove useless INUSE references from scsi_xfer->flags; art@ miod@ ok. | Federico G. Schwindt | |
2001-08-25 | deal with 5 arg for of bus_dmamap_sync() if available | Jason Wright | |
2001-08-25 | Allow machdep code to decide the order in which we probe the | Artur Grabowski | |
pci buses. this is conditional on __PCI_BUS_DEVORDER and __PCI_DEV_FUNCORDER Used by sparc64. | |||
2001-08-25 | - Use BUS_DMA_RAW if it's defined. | Artur Grabowski | |
- pretty. | |||
2001-08-25 | Change pci_intr_map to take pci_attach_args as an argument. | Artur Grabowski | |
All callers actually took all arguments to pci_intr_map from pci_attach_args structs, so this simplifies code. This also allows more complicated interrupt assignment schemes like the one on sparc64. This makes sparc64 pci interrupts work. Inspired by the same change in NetBSD. | |||
2001-08-24 | missing bus_dmamap_sync() calls on descriptors... also deal with 5 argument ↵ | Jason Wright | |
form of bus_dmamap_sync() | |||
2001-08-23 | sync | Constantine Sapuntzakis | |
2001-08-23 | VT82C686A -> VT82C686 (in user-visible description) | Constantine Sapuntzakis | |
closed PR#2019 | |||
2001-08-23 | recieve -> receive | Aaron Campbell | |
2001-08-23 | sparc64 really benefits from knowing exactly what mappings to sync | Artur Grabowski | |
on bus_dmamap_sync, so it will have the same call footprint as in NetBSD. Rather than converting the whole world to the new arguments we will slowly convert everything that sparc64 needs with ifdef __HAVE_NEW_BUS_DMAMAP_SYNC Once most relevant drivers are converted we can start implementing the new bus_dmamap_sycn on other archs. | |||
2001-08-23 | Some reordering in the code caused hw_ok to never be set to 1 | Artur Grabowski | |
which causes some CMD Technology controllers to never attach properly. | |||
2001-08-23 | sync | Theo de Raadt | |
2001-08-23 | shorten | Theo de Raadt | |
2001-08-23 | only include <machine/autoconf.h> on sparc64 | Jason Wright | |
2001-08-22 | pci bus frontend for hme from netbsd | Jason Wright | |
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 | 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 | regen | Artur Grabowski | |
2001-08-22 | sun ebus. | Artur Grabowski | |
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-20 | regen | Michael Shalayeff | |
2001-08-20 | better aureal names | Michael Shalayeff | |
2001-08-20 | regen | Michael Shalayeff | |
2001-08-20 | aureal advantage | Michael Shalayeff | |
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 | 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 | sparc64 | Artur Grabowski | |
2001-08-17 | quieten pcmcia/cardbus interrupt handling at unsuspend time | Theo de Raadt | |
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-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 | Call dc_read_srom with the correct width; patch from gluk@. Fixes problems | Aaron Campbell | |
with multiple 21143 interfaces. | |||
2001-08-12 | absolutely no need to include vm_parm.h after vm.h | Michael Shalayeff | |
2001-08-12 | remove redundant vm includes | Michael Shalayeff | |
2001-08-11 | document the fast thingy on the VScom PCI-200L | Theo de Raadt | |
2001-08-11 | move hifn_stats definition to header | Jason Wright | |
2001-08-10 | allocate tx dma maps in attach instead of creating/destroying them for each tx | Jason Wright | |
2001-08-09 | - scb_wait() is now time based (not cpu speed based) | Jason Wright | |
- rearrange multicast setup to be part of init - convert cu operations to bus_dma(9) (still have to do RFA ops). | |||
2001-08-09 | Use a startup hook for the rest of the chip initialization. | Hakan Olsson | |
2001-08-09 | sync | Theo de Raadt | |
2001-08-09 | yet another damn winmodem | Theo de Raadt | |
2001-08-08 | sync | Theo de Raadt | |
2001-08-08 | new stuff | Theo de Raadt | |