Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-17 | Bump number of channels to PCIIDE_MAX_CHANNELS. | Alexander Yurchenko | |
2004-10-17 | Constify channel name. | Alexander Yurchenko | |
2004-10-17 | Stop bloating pciide_softc with chip-specific variables. Add one pointer | Alexander Yurchenko | |
to chip private data and use it. | |||
2004-10-17 | Move pciide_softc definition to pciidevar.h. | Alexander Yurchenko | |
2004-10-17 | Define 4 channels max for pciide. Legacy ide controllers can only | Alexander Yurchenko | |
have 2, but sata ones can more. From NetBSD. | |||
2004-10-17 | Fix space. | Alexander Yurchenko | |
2004-10-17 | Add a callback drv_probe() to allow underlying ata controller driver | Alexander Yurchenko | |
to probe for drives in its own way. It's a no-op for now but will be needed for native sata support. | |||
2004-10-17 | Small includes cleanup: explicit bus.h inclusion, add satareg.h and | Alexander Yurchenko | |
reorder a bit. | |||
2004-10-17 | Native SATA register definitions; from NetBSD (work by thorpej@) | Alexander Yurchenko | |
2004-10-17 | Move declaration of default _vtbl members (wdc_default_*) to | Alexander Yurchenko | |
wdcvar.h. | |||
2004-10-17 | Define number of ide dma registers; from NetBSD. | Alexander Yurchenko | |
2004-10-17 | Define number of general and ``shadow'' (overlapping) ATA registers; | Alexander Yurchenko | |
from NetBSD. | |||
2004-10-17 | Add some FreeBSD MSG_EXT_PPR_* defines. Will be used in (at least) ahd | Kenneth R Westerback | |
to eliminate some magic numbers. ok marco@ | |||
2004-10-16 | Provide a dummp __swap64md() on MD_SWAP architectures; needed by nm(1) now. | Miod Vallat | |
2004-10-16 | Fix 'Tape block size (32754) not a multiple of dump block size | Kenneth R Westerback | |
(1024).' errors in restore(1). Check for SDEV_OPEN in sc_link->flags (where it lives) rather than sense->flags (where it doesn't). Problem noted by John Danks on misc@ and reinforced by Otto & Hugh. ok marco@ hugh@. | |||
2004-10-16 | Add Longshine LCS-8138TX and Micronet SP128AR found in linux driver | Jonathan Gray | |
ok dlg@ | |||
2004-10-16 | Add Silicom U2E found in linux driver. ok dlg@ | Jonathan Gray | |
2004-10-16 | regen | Jonathan Gray | |
2004-10-16 | more kue/url devices from linux drivers, ok dlg@ | Jonathan Gray | |
2004-10-15 | Add support for IODATA GV-BCTV3 and AOpen VA1000 from FreeBSD | Jonathan Gray | |
Check for yet another LeakTek PCI vendor ID to make a WinFast TV2000 work from NetBSD Add missing mention of TVWONDER in card override part of bktr(4) ok mickey@ | |||
2004-10-15 | regen | Jonathan Gray | |
2004-10-15 | Add IODATA GV-BCTV3, ok mickey@ | Jonathan Gray | |
2004-10-15 | correctly parse the anchor names to which tables refer. | Jared Yanovich | |
now they abide to the same rules as anchor names referred to by rules: - initial slashes (/) are stripped - anchor names with characters after the terminating NUL byte are considered invalid ok dhartmei (and previously) beck henning | |||
2004-10-14 | avoid stupid commons | Michael Shalayeff | |
2004-10-14 | astro and elroy will be elsewhere | Michael Shalayeff | |
2004-10-14 | a bit larger delays during boot() to let msgs appear | Michael Shalayeff | |
2004-10-14 | a more reasonable limit for the stackgap_random; found by openbsd@hunger.hu | Michael Shalayeff | |
2004-10-14 | a few more c-media codec ids | Michael Shalayeff | |
2004-10-14 | constants for TX underrun handling | Brad Smith | |
2004-10-14 | rev 1.47 | Brad Smith | |
Add a check in the interrupt service routine to return quickly in case there is nothing to do. This happens normally when the card shares the interrupt line with other devices. This code saves a couple of microseconds per interrupt even on a fast CPU. You normally would not care, except under heavy tinygram traffic where you can have some 50-100.000 interrupts per second... rev 1.51 Patch to allow TX underrun handling without issuing a complete chip reset. Just temporarily turn off the transmitter instead. From FreeBSD ok mcbride@ tested by mcbride@, jaredy@, marco@, grange@, <harding at motd dot ca> | |||
2004-10-14 | Bail out quietly if the eeprom appears to be missing or empty. Fixes | Brad Smith | |
support for D-Link DGE-530T adapters. From: FreeBSD via Blake Willis <blake at 2112 dot net> ok mcbride@ | |||
2004-10-13 | De-inline siop. Shrinks almost 1K on i386. | Kenneth R Westerback | |
ok deraadt@, marco@, weingart@, millert@. | |||
2004-10-13 | Let the generic rtl code work if the bus-dependent code has decided to attach; | Miod Vallat | |
this lets the 8138-based cardbus devices to really attach. 8138-specific mii differences will need to be investigated; right now, recognizing the 8138 as either 8139 or non-8139 causes it to lose the link after a while, but nothing ifconfig can not reset... From a discussion with and tested by Benoît Izac, who owns a 8138-based cardbus device. | |||
2004-10-13 | readd commented out isadma entry | Brad Smith | |
2004-10-12 | Don't use BIOS configuration data when no seeprom is available. Lets | Kenneth R Westerback | |
SGI use more than 8 bit asynch transfers on built in ahc. Problem noted by pefo@. Fix found in NetBSD PR #23276 from Christopher Sekiya. ok pefo@. | |||
2004-10-12 | remove text after #endif (errors out with gcc3) | Christian Weisgerber | |
2004-10-12 | increase DFLSSIZ to smth more common in between other archs | Michael Shalayeff | |
2004-10-11 | strip out quite a few of the ISA devices | Brad Smith | |
with input from and ok miod@ | |||
2004-10-11 | regen | Michael Shalayeff | |
2004-10-11 | add support for Planex GW-NS11H; from Jonathan Gray <jsg@goblin.cx> | Michael Shalayeff | |
2004-10-11 | ifgroups reqrite | Henning Brauer | |
there is now a TAILQ with all interface groups as members, and in struct ofnet there is only a pointer to the group structure stored and not its name. mostly hacked at c2k4 and somewhere over the atlantic ocean ok markus mcbride | |||
2004-10-10 | Work around "overlapped command" issue on devices that are slower than U320. ↵ | Marco Peereboom | |
Committing this due to a preemptive "I don't like your fix" comment from krw@ Tested by pval@, krw@ and me, ok krw@ | |||
2004-10-10 | Add PT_LOOS, PT_HIOS and Elf_Half. | Mark Kettenis | |
ok drahn@ | |||
2004-10-10 | inform softdep of inode mode change, from freebsd. while i'm at it, | Pedro Martelletto | |
check for ufs_truncate failure and do a bit of the usual null for pointers, spacing stuff. ok tedu@ | |||
2004-10-10 | Use the correct API for /dev/sequencer. From Alexandre Ratchov. | Jonathan Gray | |
'looks correct' henning@ djm@ | |||
2004-10-10 | regen | Brad Smith | |
2004-10-10 | add an Intel PCI modem entry | Brad Smith | |
From ian@ | |||
2004-10-09 | size works now on cross-size .o files | Michael Shalayeff | |
2004-10-09 | sizeof(struct ether_header) -> ETHER_HDR_LEN | Brad Smith | |
ok mcbride@ | |||
2004-10-09 | When testing for a void region, use PCI_MAPREG_MEM_SIZE() for 32bit memaddr. | Brad Smith | |
If the 32bit mask read is 0, wmask will be 0xffffffff00000000, and PCI_MAPREG_MEM64_SIZE() won't make this 0. From NetBSD ok mickey@ |