summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/libi386/biosdisk.c
Commit message (Expand)AuthorAgeFilesLines
* Before VirtualBox is fixed, mark with #ifdef what has to be done to makepjd2010-09-171-1/+3
* Fix debug messages of bd_io().nyan2009-12-171-4/+4
* On special systems where the MBR and the GPT are in sync (up to the 4thrpaulo2009-06-261-1/+1
* Don't attempt to free the GPT partition list for a disk with an empty GPT.jhb2009-06-081-2/+3
* Add a missing parameter when displaying GPT partitions with an unknownjhb2009-06-011-0/+1
* Use a disk address instead of an int to hold the starting offset of anjhb2009-04-141-1/+1
* The recent change to use memory > 1MB for the heap by default broke CDjhb2009-03-121-8/+0
* - Make it possible to disable GPT support by setting LOADER_NO_GPT_SUPPORTjhb2009-03-091-2/+24
* If we free the GPT partition list in bd_open_gpt() because of an error, don'tdfr2008-11-191-2/+4
* Tweak the verbose disk printing a bit:jhb2008-02-281-59/+51
* Though we are currently not interested in the EDD3 flag,bz2007-11-121-1/+1
* Break out of the I/O retry loop as soon as an I/O operation succeeds ratherjhb2007-10-251-0/+2
* First cut at support for booting a GPT labeled disk via the BIOS bootstrapjhb2007-10-241-35/+307
* Rework the read/write support in the bios disk driver some to cut downjhb2007-10-241-196/+112
* Reindent the read/write code of bd_realstrategy() so it is more readable.jhb2007-10-241-39/+30
* Slightly cleanup the 'bootdev' concept on x86 by changing the variousjhb2007-10-241-5/+2
* Extend struct devdesc with a unit field, called d_unit. Promote themarcel2006-11-021-7/+7
* Increment the disk block offset after writing, not before. Thisiedowse2006-05-311-3/+3
* Long-long time ago, when the trees were large and memory expensive amount ofsobomax2005-12-191-17/+10
* Trap invalid sector size 0 in disk probe, refusing to add such awes2004-09-211-0/+4
* Unspam sys/boot, the dev_t commit should not have touched these.phk2004-06-161-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
* Premptively fix GCC3.4 issue: add break; after empty default: clauses.phk2004-06-161-0/+1
* If a transfer to or from a floppy disk crosses a 64k boundary, we have tojhb2004-01-211-2/+2
* Use __FBSDID().obrien2003-08-251-2/+3
* Libdisk does not need to include <sys/diskslice.h> any more.phk2003-04-041-1/+1
* Use NEXTDOSPART instead of MAX_SLICES.phk2003-01-201-3/+2
* Correctly recognize both bogus and genuine BSD disklabels.phk2002-11-031-1/+4
* Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1:phk2002-10-011-0/+1
* Add support for writing to BIOS disks.jhb2001-12-111-3/+169
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-1/+1
* The Number of Fixed Disks at memory location 0x475 is only 1 byte, not ajhb2000-11-021-1/+1
* Fix several BDECFLAGS warnings. Also, actually use the 'verbose' parameterjhb2000-08-031-71/+104
* - Add some more details to the 'lsdev' output for FAT file systems.jhb2000-06-191-27/+83
* Teach the loader about the ext2fs filesystem, extended partitions, andjlemon2000-04-291-118/+207
* Mega i386 loader commit.jhb2000-03-281-6/+30
* Remove some extra spammage that made it into this commit. This will bejhb2000-03-151-47/+0
* Pass an unit number to bcache_strategy, so it can flush the cache whendcs2000-03-151-7/+55
* Remove BAD144 support, it has already been disabled for some time.phk1999-12-081-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fill in bi_bios_geom[] in the bootinfo structure passed to the kernel.rnordier1999-06-211-1/+30
* Fix a couple of further bugs: missing argument to sprintf() andrnordier1999-01-251-3/+3
* Bleh. Missing 'unit =' doesn't help legacy num_ide_disks code.msmith1999-01-241-2/+2
* biosdisk.cmsmith1999-01-241-7/+17
* Remove redundant line of code.steve1999-01-101-2/+1
* Extend bd_print() so that it displays slices and partitions on disks.msmith1999-01-091-7/+82
* Add a new variable $num_ide_disks which is used to offset the unit numbermsmith1998-11-131-3/+15
* Implement a simple LRU block cache. By default this is initialised to 16k,msmith1998-11-021-1/+12
* - Add a new command 'lsdev' to list devices which might be likely to hostmsmith1998-10-311-2/+22
* Fix an uninitialized variable in the `dangerously dedicated disk' case.luoqi1998-10-301-1/+2
OpenPOWER on IntegriCloud