aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/alpha/libalpha/srmdisk.c
Commit message (Expand)AuthorAgeFilesLines
* First pass at removing Alpha kernel support.John Baldwin2006-05-111-380/+0
* Change the type the buf arg to the strategy routines from void * to char *John Baldwin2005-05-311-4/+4
* Convert to __FBSDID.David E. O'Brien2004-01-041-3/+3
* Libdisk does not need to include <sys/diskslice.h> any more.Poul-Henning Kamp2003-04-041-1/+0
* Don't call prom_open() multiple times. This confuses some versions of SRMDoug Rabson2001-04-051-8/+22
* Pass unit number to bcache_strategy(), so that the cache can beDaniel C. Sobral2000-03-151-2/+3
* Remove BAD144 support, it has already been disabled for some time.Poul-Henning Kamp1999-12-081-1/+0
* Allow this driver to open disks with no labels (CDROMS don't).Doug Rabson1999-10-121-1/+2
* * Fix a stack of warnings.Doug Rabson1999-09-011-3/+8
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Include "bootstrap.h" to get a definition for bcache_devdata.Mike Smith1998-11-031-1/+2
* Implement a simple LRU block cache. By default this is initialised to 16k,Mike Smith1998-11-021-6/+13
* * Extend the memory available for the heap from 256k to 512k.Doug Rabson1998-10-311-2/+21
* This is the new unified bootstrap, sometimes known previously as theMike Smith1998-08-211-0/+334