aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/include/pc/bios.h
Commit message (Collapse)AuthorAgeFilesLines
* First pass at removing Alpha kernel support.John Baldwin2006-05-111-112/+0
| | | | Notes: svn path=/head/; revision=158458
* Remove atdevbase and replace it's remaining uses with direct references toJohn Baldwin2004-06-101-5/+0
| | | | | | | KERNBASE instead. Notes: svn path=/head/; revision=130312
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Merge with the latest i386 syscons.Doug Rabson1998-09-171-2/+6
| | | | Notes: svn path=/head/; revision=39414
* Port syscons to the alpha. The driver itself has moved to sys/isa as it willDoug Rabson1998-08-061-1/+2
| | | | | | | | | | | | hopefully become a portable driver usable by all architectures. The api support files have had to be copied to sys/alpha/include since userland programs expect to find them in <machine/*.h>. All the revision history of the i386 syscons has been retained by a repository copy. Notes: svn path=/head/; revision=38138
* Nuke the nonexistend pad bytes from the end of the DMI header structure.Mike Smith1997-08-041-2/+1
| | | | Notes: svn path=/head/; revision=27873
* Support for PC BIOS functions.Mike Smith1997-08-011-0/+113
Notes: svn path=/head/; revision=27822