Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-02 | regen | Brad Smith | |
2006-04-02 | add another PCI id to the ste(4) driver. | Brad Smith | |
From the Sundance Linux driver. | |||
2006-04-02 | To be able to use the maximum number of IDE/SATA disks on an ICH | Jonathan Gray | |
system we have to make some channels native as there isn't enough legacy I/O space/interrupts to go around. Intel calls this enhanced mode. An updated and expanded version of a diff from Ulrik Holmén. "looks sane" grange@ | |||
2006-04-01 | Revert previous commit, this causes sti1 probe to hang on some models. | Miod Vallat | |
2006-04-01 | use proper types and not fetch iobase that is not used later; damien ok | Michael Shalayeff | |
2006-04-01 | Don't do cylinder group block accounting for FFS2 | Pedro Martelletto | |
2006-04-01 | Mark FFS2 file systems with UM_UFS2 | Pedro Martelletto | |
2006-04-01 | Small fixes from form@: | Alexander Yurchenko | |
- don't allow wildcard port locator - use GPIO_PIN_LOW instead of 0 | |||
2006-04-01 | Correctly map blocks for FFS2 in ufs_bmaparray() | Pedro Martelletto | |
2006-04-01 | Put Damien's latest changes back in, okay deraadt@. | Pedro Martelletto | |
Please note that the driver now requires new firmware (version 3.0). | |||
2006-03-31 | Add sysctl to retrieve the routing table statisitcs. Will be used by netstat | Claudio Jeker | |
instead of kvm access. OK henning@ | |||
2006-03-31 | Backout, causes panics | Pedro Martelletto | |
2006-03-31 | FFS2 dinode pool needs to be defined here too | Pedro Martelletto | |
2006-03-31 | Make ffs_statfs() tag FFS2 file systems as such | Pedro Martelletto | |
2006-03-31 | Add MOUNT_FFS2 | Pedro Martelletto | |
2006-03-31 | ffs_statfs() should not panic on FFS2 file systems | Pedro Martelletto | |
2006-03-31 | Teach ffs_vget() to allocate and associate FFS2 dinodes | Pedro Martelletto | |
2006-03-31 | Teach ffs_reclaim() to put FFS2 dinodes back into their pool | Pedro Martelletto | |
2006-03-31 | Add a pool for FFS2 dinodes | Pedro Martelletto | |
2006-03-31 | Super block changes for FFS2, thanks to all who tested. | Pedro Martelletto | |
Silent okay after almost 3 weeks, hackers@. | |||
2006-03-31 | No point in calling pte_spill_r() 90% of the time, when the first thing | Dale Rahn | |
it is going to do is test user/kernel and return, do it before the call. | |||
2006-03-31 | Add GSM modem SIEMENS ES75 - from patch sent to freebsd-usb@ by Jindra Fucik | Dale Rahn | |
2006-03-31 | sycn | Dale Rahn | |
2006-03-31 | Add GSM modem SIEMENS ES75 | Dale Rahn | |
2006-03-30 | iop works on my amd64, add it deraadt@ | Peter Stromberg | |
2006-03-30 | do an int & unsigned int dance because of shift of signed value; ok miod | Theo de Raadt | |
2006-03-30 | fix a typo | Esben Norby | |
ok claudio@ | |||
2006-03-30 | In sysctl_dumpentry() pass the rt_refcnt by overloading rmx_rttvar. | Claudio Jeker | |
This new rmx_refcnt can be used by route(8) to produce the same output as netstat(1). OK henning@ | |||
2006-03-30 | Spelling in comment. | Claudio Jeker | |
2006-03-29 | workaround for intel errata p53 -- follow lapic writes w/ a read; toby@ ↵ | Michael Shalayeff | |
kettenis@ ok | |||
2006-03-29 | Recognise it(4) at port 0xd00 as well. This is where ASUS seem | Jonathan Gray | |
to be putting it on all their recent boards. "put this in" grange@ | |||
2006-03-29 | we never use what the ccb completion functions return, so make them all | David Gwynne | |
return void instead. | |||
2006-03-29 | fix the sync_cache scsi command up so it can run asynchronously using the | David Gwynne | |
callback bits for completions. also do the AMI_SYSFLUSH command as well as AMI_FLUSH. | |||
2006-03-29 | regen | Jonathan Gray | |
2006-03-29 | Add a bunch of JMicron entries and Radeon X550. | Jonathan Gray | |
A handful of things from submitted dmesgs also. | |||
2006-03-29 | check for IFF_RUNNING being set before calling bge_init(). | Brad Smith | |
2006-03-29 | Enable the MPU-401 MIDI UART found at isa address 0x330 | Jonathan Gray | |
on nforce systems. Tested with Monkey Island 2 and an MT-32. | |||
2006-03-28 | sync | Theo de Raadt | |
2006-03-28 | obviously not | Theo de Raadt | |
2006-03-28 | regen | Brad Smith | |
2006-03-28 | add the Acer Labs M5261 LAN. | Brad Smith | |
2006-03-28 | regen | Brad Smith | |
2006-03-28 | - add the Radeon X300 | Brad Smith | |
- fix a typo | |||
2006-03-28 | ANSIfy and deregister, no binary change. | Pedro Martelletto | |
From: Thordur I. Bjornsson <thib@mi.is> | |||
2006-03-28 | Add Intel 82801GB (ICH7M) SATA; | Robert Nagy | |
reported by Gabor Micsko <trey@hup.hu>; ok jsg@ marco@ kettenis@ | |||
2006-03-28 | Sync up to Intel's latest FreeBSD em driver (5.1.5). Adds support | Brad Smith | |
for the 82563 PCI Express chipset and a few fixes. From: Intel's web-site | |||
2006-03-27 | add a few more crypto cards. | Brad Smith | |
ok martin@ | |||
2006-03-27 | fixes interrupts processing. | Damien Bergamini | |
should fix a panic reported by Karel Gardas. | |||
2006-03-27 | rev 1.30 | Brad Smith | |
Don't increase the segment index if we skipped a zero-length mbuf. rev 1.22 Since the SGMAP buffer load subroutine doesn't need to modify the segment index, don't pass it by reference. From NetBSD ok miod@ | |||
2006-03-27 | - complete rework of rings allocation (do things more like ral(4)) | Damien Bergamini | |
- upgrade to firmware v3.0 layout - enable s/w antenna diversity - many code cleanup |