aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/include/pc
Commit message (Collapse)AuthorAgeFilesLines
* First pass at removing Alpha kernel support.John Baldwin2006-05-113-286/+0
| | | | Notes: svn path=/head/; revision=158458
* These appear to be unused in our tree, so remove them.Warner Losh2005-01-051-66/+0
| | | | Notes: svn path=/head/; revision=139732
* Begin all license/copyright comments with /*- or #-Warner Losh2005-01-051-1/+1
| | | | Notes: svn path=/head/; revision=139727
* 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
* use __packed.Alfred Perlstein2002-09-231-10/+10
| | | | Notes: svn path=/head/; revision=103870
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
| | | | | | | | | is an application space macro and the applications are supposed to be free to use it as they please (but cannot). This is consistant with the other BSD's who made this change quite some time ago. More commits to come. Notes: svn path=/head/; revision=55205
* $Id$ -> $FreeBSD$Peter Wemm1999-08-284-4/+4
| | | | Notes: svn path=/head/; revision=50477
* Merge with the latest i386 syscons.Doug Rabson1998-09-172-2/+134
| | | | Notes: svn path=/head/; revision=39414
* Port syscons to the alpha. The driver itself has moved to sys/isa as it willDoug Rabson1998-08-063-1/+4
| | | | | | | | | | | | 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
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-222-2/+2
| | | | | | | ready for it yet. Notes: svn path=/head/; revision=22975
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes1993-10-162-0/+4
| | | | | | | minor cleanup. Added $Id$ to files that did not have any version info, etc Notes: svn path=/head/; revision=621
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-122-0/+106
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=4