Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-02 | Prevent panic when loading pre-3.0 iwi firmware, and give a helpful | Dimitry Andric | |
error message instead. Also return EINVAL for some other error paths. ok damien, deraadt | |||
2006-04-02 | When setting timestamps TOSERVER having write permissions is adaquate; | Otto Moerbeek | |
problem experienced by Han Boetes; fix with "nfs4" rick at snowhite dot cis dot uoguelph dot ca. ok pedro@ tedu@ | |||
2006-04-02 | Cope with FFS2's lazy inode allocation policy, adapted from FreeBSD | Pedro Martelletto | |
2006-04-02 | Set cg_ffs2_time whenever cg_time is set | Pedro Martelletto | |
2006-04-02 | In the cylinder groups, use part of the reserved space to sprinkle a | Pedro Martelletto | |
couple of new fields needed by FFS2, no functional change. | |||
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@ |