summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
1999-11-25remove dead pmap_collect_pv()Michael Shalayeff
1999-11-25Use PAGE_SIZE instead of NBPG.Artur Grabowski
1999-11-25Annoying unnecessary space.Artur Grabowski
1999-11-25In the cases where we are sure what page size we have, define PAGE_SIZEArtur Grabowski
1999-11-25Update comments to reflect reality.Artur Grabowski
1999-11-25Allow MD code to define PAGE_SIZE to a constant.Artur Grabowski
1999-11-25Properly fix the last checkin, the pseudo device rd is now a mi device andDale S. Rahn
1999-11-25Add back rd_ md hooks that was incorrectly removed with the recent rd changes.Dale S. Rahn
1999-11-24No need to set the page size twiceArtur Grabowski
1999-11-24spellingTheo de Raadt
1999-11-23re-enable mtrrTheo de Raadt
1999-11-23pretty mmtr messagesTheo de Raadt
1999-11-23make CFGPRINTF only available for SCSIDEBUG/DEBUG kernelsmjacob
1999-11-23make a couple more items CFGPRINTF itemsmjacob
1999-11-23Bugfix from NetBSD. For SiS, PIIX, and Apollo IDE controllers,Chris Cappuccio
1999-11-23pretty up kernel printf'sJason Wright
1999-11-23Use the _vtbl code to allow the registers to be seperated by 0x10,Dale S. Rahn
1999-11-22matthieu fixed itTheo de Raadt
1999-11-22Fix crock where channel was used before being set. All my kernelsmjacob
1999-11-22add empty mmioctl() implementation for new /dev/mem interface for allMatthieu Herrb
1999-11-22damn itTheo de Raadt
1999-11-22do not add stuff that breaks everything except your own machine, matthieu!Theo de Raadt
1999-11-22Roll in new firmware (also with a shiny new BSD style licence)mjacob
1999-11-22In order to support Fibre Channel fabric fatten scsi target id's to 16 bits.mjacob
1999-11-22Far too many things to note- a complete new revision coming in.mjacob
1999-11-22Far too many things to note- a complete new revision coming in includingmjacob
1999-11-22Far too many things to note- a complete new revision coming in includingmjacob
1999-11-22add mii attribute to wbJason Wright
1999-11-22add support for asynchronous I/O (through SIGIO)Matthieu Herrb
1999-11-22add support for asynchronous I/O (through SIGIO)Matthieu Herrb
1999-11-22better pmap_enter() towards correctness.Michael Shalayeff
1999-11-22fix ip_output() missing arg; itojun@itojun.orgTheo de Raadt
1999-11-21if select returns writable on a pipe, the write should not returnTheo de Raadt
1999-11-20ioctl arguments are u_long.Marc Espie
1999-11-20add copyright noticeMatthieu Herrb
1999-11-20add copyright noticeMatthieu Herrb
1999-11-20add MTRR support from FreeBSDMatthieu Herrb
1999-11-20add MTRR support from FreeBSDMatthieu Herrb
1999-11-19pmap_map no moreMichael Shalayeff
1999-11-19use bus_dma*Jason Wright
1999-11-18more untested MLINKSTheo de Raadt
1999-11-18fix .DtEric Jackson
1999-11-17There is no msdosfs_abortop. Remove prototype.Artur Grabowski
1999-11-17Avoid overflowing when calculating blocks at the third level of indirection.Artur Grabowski
1999-11-17daddr_t vs. ufs_daddr_t cleanupArtur Grabowski
1999-11-17Use u_int32_t for lfs inode number.Artur Grabowski
1999-11-17merge with freebsd:Jason Wright
1999-11-17add MLINKsTodd C. Miller
1999-11-17allow to compile without -DFFS. okay deraadt@David Leonard
1999-11-17mii fixups and merge with freebsd:Jason Wright