summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-05-27- Merge changes from pxacom back into the common com driver.Uwe Stuehler
2005-05-27use a fixed address for the base dva, also don't forget to setup theJason Wright
2005-05-27comment out unused PACKET_TAG_IPSEC_IN_CRYPTO_DONE code; ok hshoexerMarkus Friedl
2005-05-27Convert IPSP_IPSEC_x to SADB_X_FLOW_TYPE_x. hshoexer@ ok.Hakan Olsson
2005-05-27Must convert back from IPPROTO_x to SADB_SATYPE_x. hshoexer@ okHakan Olsson
2005-05-27prepare the removal of sys_undelete(), make it a stub, okay millert@Pedro Martelletto
2005-05-27log two pairs of uid/pid through pflog: the uid/pid of the process thatDaniel Hartmeier
2005-05-27Add rtm_fmask define to make the (ab)use of rtm_use more obvious.Ryan Thomas McBride
2005-05-27add a field to struct socket that stores the pid of the process thatDaniel Hartmeier
2005-05-27print the screwed ofs in the panic msgMichael Shalayeff
2005-05-27No longer used after merge of atapi/scsi cd code.Kenneth R Westerback
2005-05-27De-inline a couple of long functions, which also makes them debugger-visible....Hakan Olsson
2005-05-27Convert cd code to new mode sense framework. Merge cd_scsi andKenneth R Westerback
2005-05-27add atapiscsi@umass to RAMDISKS as appropriate, ok krw@ deraadt@Dale Rahn
2005-05-27Use export_flow() to wrap policies retrieved via sysctl in pfkey messageHans-Joerg Hoexer
2005-05-27Add export_flow()Hans-Joerg Hoexer
2005-05-27remove some misplaced htole32sReyk Floeter
2005-05-27Replace unused pxa2x0_watchdog_boot() with RTC control functions.Uwe Stuehler
2005-05-27Enable SSE instructions on secondary (i386) processors inKjell Wooding
2005-05-27re-enable gpio init even without using the gpio(4) frameworkReyk Floeter
2005-05-27modernize and cleanup the nsgphy code, using mii_phy_setmedia/mii_phy_tickBrad Smith
2005-05-27only access if_linkstatehooks inside splnet.Marco Pfatschbacher
2005-05-27some cleanupBrad Smith
2005-05-27hook in iommu, but it's still disabled by default for nowJason Wright
2005-05-27Allow us to clear the RTM_JUMBO flag as well as set it.Ryan Thomas McBride
2005-05-27fix printfJason Wright
2005-05-27- fix reception of VLAN sized frames on 82558 and upBrad Smith
2005-05-27remove support for sf and ste. vtophys is NOT a working solution.Jason Wright
2005-05-27build iommu by default (it's still not hooked in, but this is harmless)Jason Wright
2005-05-27handle multi-cpu GART allocation:Jason Wright
2005-05-27oops! printf -> DPRINTFUwe Stuehler
2005-05-27- raise the "critical" battery level a bit to suspend earlierUwe Stuehler
2005-05-27Experimental support for opportunitic use of jumbograms where only some hostsRyan Thomas McBride
2005-05-27handle SIOCSIFMTU ioctlBrad Smith
2005-05-27- disable the gpio user interface for now, it's just an unimportantReyk Floeter
2005-05-27byebye ncr(4) and some vtophysMartin Reindl
2005-05-27first step of removing the obsolete PCI ncr(4) driver, it was superseded byMartin Reindl
2005-05-27still union/umap/null leftoversPedro Martelletto
2005-05-27nuke vtophys crapJason Wright
2005-05-27kill another forgotten vtophys since bus_dma conversionPeter Valchev
2005-05-27remove vtophys hack (for alpha) which this driver no longer usesPeter Valchev
2005-05-27Reduce size of scsi_mode_sense_buf to 255 characters from 256. FixesKenneth R Westerback
2005-05-26remove unused vtophys stuffMartin Reindl
2005-05-26add the "wait for disk to become ready" hack which got removed inUwe Stuehler
2005-05-26remove vtophys (it wasn't used anyway)Jason Wright
2005-05-26styling nits, ok marius@Pedro Martelletto
2005-05-26Add atapiscsi in parallel with scsibus@usb, this only changes systemDale Rahn
2005-05-26Dont hardcode the speed, allows mplayer to work.Dale Rahn
2005-05-26add a reverse name mapping into the namecache. (vnode->name)marius eriksen
2005-05-26remove last races of SIOCADDRT and SIOCDELRT, the 4.3BSD routing table ioctlsHenning Brauer