aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98
Commit message (Expand)AuthorAgeFilesLines
* MFC r197518:Bjoern A. Zeeb2009-12-051-0/+3
* MFC 198043:John Baldwin2009-11-171-4/+5
* MFC: revision 197657Yoshihiro Takahashi2009-10-031-1/+1
* Remove extra debugging support that is turned on for head but turned offKen Smith2009-09-101-9/+0
* MFC 196403: Temporarily revert the new-bus locking for 8.0 release.John Baldwin2009-08-201-6/+0
* MFC r196196:Attilio Rao2009-08-131-4/+0
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-021-0/+6
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on theRui Paulo2009-07-111-0/+1
* Enable POSIX semaphores on all non-embedded architectures by default.Ed Schouten2009-07-021-0/+1
* Add stub vm.h for pc98.Yoshihiro Takahashi2009-06-271-0/+6
* Implement a facility for dynamic per-cpu variables.Jeff Roberson2009-06-231-0/+6
* Remove MAC kernel config files and add "options MAC" to GENERIC, with theRobert Watson2009-06-022-28/+1
* Add cpu_flush_dcache() for use after non-DMA based I/O so that aMarcel Moolenaar2009-05-181-0/+10
* MFi386: revision 192050Yoshihiro Takahashi2009-05-142-0/+9
* - Use "device\t" and "options \t" for consistency.Jun Kuriyama2009-05-102-5/+5
* Reduce diffs against i386.Yoshihiro Takahashi2009-05-061-4/+1
* Rename statclock_disable variable to atrtcclock_disable that it actually is,Alexander Motin2009-05-031-1/+0
* MFi386: revision 191745Yoshihiro Takahashi2009-05-031-1/+35
* o add uathSam Leffler2009-05-011-1/+2
* Migrate the olpt(4) driver to si_drv1 instead of using dev2unit().Ed Schouten2009-04-151-19/+13
* MFi386: revision 190919Yoshihiro Takahashi2009-04-111-29/+8
* MFi386: revision 190617Yoshihiro Takahashi2009-04-081-0/+16
* MFi386: r190447Yoshihiro Takahashi2009-03-271-200/+200
* Remove the uscanner(4) driver, this follows the removal of the kernel scannerAndrew Thompson2009-03-191-1/+0
* Remove IFF_NEEDSGIANT, a compatibility infrastructure introducedRobert Watson2009-03-151-5/+0
* Make a 1:1 mapping between syscons stats and terminal emulators.Ed Schouten2009-03-101-1/+9
* MFi386: 189423Yoshihiro Takahashi2009-03-061-1/+2
* MFi386: part of 189421Yoshihiro Takahashi2009-03-061-2/+4
* Change over the usb kernel options to the new stack (retaining existingAndrew Thompson2009-02-231-60/+1
* Add uslcom to the build too.Andrew Thompson2009-02-151-0/+1
* Switch over GENERIC kernels to USB2 by default.Andrew Thompson2009-02-151-1/+57
* Bring missing comments on EPSON_BOUNCEDMA and EPSON_MEMWIN flags.Wojciech A. Koszek2009-02-081-2/+5
* Tidy NOTES a bit:Wojciech A. Koszek2009-02-071-3/+14
* Fix AGP debugging code:Wojciech A. Koszek2009-02-061-0/+3
* MFi386: 187144Yoshihiro Takahashi2009-01-151-2/+8
* Replace syscons terminal renderer by a new renderer that uses libteken.Ed Schouten2009-01-012-5/+433
* Disable the pccard, parallel, GbE and wireless lan related devices andYoshihiro Takahashi2008-12-211-40/+40
* Make gpart the default partitioning class on all platforms.Marcel Moolenaar2008-12-171-2/+2
* Remove "[KEEP THIS!]" from COMPAT_43TTY. It's not really that important.Ed Schouten2008-12-021-1/+1
* Switch to ath hal source code. Note this removes the ath_halSam Leffler2008-12-012-7/+16
* Improved IDE HDD geometry adjustment. Previous code didn't work withKATO Takenori2008-10-272-7/+112
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-272-6/+6
* Resurrect the sbni(4) driver. Someone finally tested the MPSAFE patches andJohn Baldwin2008-09-101-0/+6
* - Add the i386_memio_map_load() function to load I/O address table.Yoshihiro Takahashi2008-09-072-0/+47
* - Cleanup i8251 related defines.Yoshihiro Takahashi2008-09-071-34/+32
* Add the uart for 2nd CCU support.Yoshihiro Takahashi2008-08-252-1/+7
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-203-4/+4
* Disconnect drivers that haven't been ported to MPSAFE TTY yet.Ed Schouten2008-08-032-15/+0
* Add HWPMC_HOOKS to GENERIC kernels, this makes hwpmc.ko work outXin LI2008-07-071-0/+1
* Add i386_memio_compare() to compare two resources.Yoshihiro Takahashi2008-07-052-0/+34