Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-04 | shorten | Theo de Raadt | |
2001-09-04 | .ua keyboard; from Igor Grabin <violent@death.kiev.ua> | Michael Shalayeff | |
2001-09-04 | Driver for the Level1 LXT1001 Gigabit Ethernet Chip. | Nathan Binkert | |
From FreeBSD | |||
2001-09-04 | sync | Chris Cappuccio | |
2001-09-04 | Intel ICH3 (82801CA/CAM) IDE | Chris Cappuccio | |
2001-09-04 | Select between MII/GMII/TBI in the mii_mediachg function instead of in the | Nathan Binkert | |
interrupt handler since it is more reliable. Pointed out by wpaul | |||
2001-09-04 | Fix mask for callout unit | Nathan Binkert | |
2001-09-02 | regen | Jakob Schlyter | |
2001-09-02 | add Todos Argos Mini Smartcard Reader | Jakob Schlyter | |
2001-09-01 | Catch up with mainline of code development. | mjacob | |
Add support for 2 Gigabit cards (2300/2312). This necessitated a change in how interrupts are down- the 23XX has not only a different place to check for an interrupt, but unlike all other QLogic cards, you have to read the status as a 32 bit word- not 16 bit words. Rather than have device specific functions as called from the core module (in isp_intr), it makes more sense to have the platform/bus modules do the gruntwork of splitting out the isr, semaphore register and the first outgoing mailbox register (if needed) *prior* to calling isp_intr (if calling isp_intr is necessary at all). Rearchitect how regular SCSI parameters are stored or used. | |||
2001-08-31 | Print a hex value with 0x (Alexander Yurchenko <grange@rt.mipt.ru>) | Chris Cappuccio | |
2001-08-31 | implement autoconf mechanism using device_register(); from NetBSD. | Jason Wright | |
2001-08-31 | Prepare for transition to 5-parameter bus_dmamap_sync() by creating and | Kenneth R Westerback | |
using ahc_bus_dmamap_sync() defines that are defined appropriately depending on __HAS_NEW_BUS_DMAMAP_SYNC. The code changes are simple reversions to the original NetBSD code. | |||
2001-08-29 | less defines | Michael Shalayeff | |
2001-08-29 | make set/get screen work now | Michael Shalayeff | |
2001-08-29 | initialize ac_enaddr from sc_enaddr | Jason Wright | |
2001-08-28 | an attempt at deuglification of the previous commit (It's still ugly, tho) | Jason Wright | |
2001-08-28 | Relax restriction on buffer length being % 4 = 0 for the last entry in the | Jason Wright | |
chain. This allows us to avoid mbuf copies (and EINVAL on iov's) for packets of non "nice" length. Do this by adding a pad u_int32_t to catch the (possible) overflow and detecting when it's necessary. Also, do a bit of cleaning that ben pointed out. | |||
2001-08-27 | get direction of read/write correct in calls to bus_dmamap_sync() | Jason Wright | |
2001-08-27 | reverse read/write directions in bus_dmamap_sync calls since I misunderstood ↵ | Jason Wright | |
the API | |||
2001-08-27 | Deal with __HAS_NEW_BUS_DMAMAP_SYNC and try to sync partial maps when possible. | Jason Wright | |
2001-08-27 | initial support for non-HMAC md5/sha1 (work by ben@ and myself) | Jason Wright | |
2001-08-27 | sync | Chris Cappuccio | |
2001-08-27 | Promise PDC20268 | Chris Cappuccio | |
2001-08-26 | sync | Theo de Raadt | |
2001-08-26 | new | Theo de Raadt | |
2001-08-26 | Prepare for transition to 5-parameter bus_dmamap_sync() by creating and | Kenneth R Westerback | |
using adv_bus_dmamap_sync() defines that are defined appropriately depending on __HAS_NEW_BUS_DMAMAP_SYNC. The code changes are simple reversions to the original NetBSD code. | |||
2001-08-26 | this hasn't been used for ages. kill; krw@ ok. | Federico G. Schwindt | |
2001-08-26 | Yup, I managed to fat finger all three of these while doing bus_dmamap_sync() | Jason Wright | |
conversion (luckily only sparc64 uses the 5 arg form so far =) | |||
2001-08-26 | deal with 5 arg form of bus_dmamap_sync() if available | Jason Wright | |
2001-08-26 | Prepare for transition to 5-parameter bus_dmamap_sync() by creating and | Kenneth R Westerback | |
using *_bus_dmamap_sync() defines that are defined appropriately depending on __HAS_NEW_BUS_DMAMAP_SYNC. Most of the code changes are simple reversions to the original NetBSD code. Slip in a siop_script_sync() instead of a manually done code section. | |||
2001-08-26 | remove useless INUSE references from scsi_xfer->flags; art@ miod@ ok. | Federico G. Schwindt | |
2001-08-25 | Change scsi_[free|get]_xs to use pool(9); art@ krw@ miod@ ok. | Federico G. Schwindt | |
2001-08-25 | rcsid | Jason Wright | |
2001-08-25 | deal with 5 arg form of bus_dmamap_sync() if available. | Jason Wright | |
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-24 | Compile cleanup, systype is not currently used, so ifdef it. | Dale Rahn | |
2001-08-24 | make ofprint useable, do carriage return on newline, | Dale Rahn | |
increment pointer to printed buf, instead of printing same character. | |||
2001-08-24 | Fix the typos in the timeout replacement. | Dale Rahn | |
2001-08-23 | Add show_scsipi_xs and show_scsipi_cmd. Closes PR#2008 | Constantine Sapuntzakis | |
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 | initialize the channel timeout earlier. | Artur Grabowski | |
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. |