summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Dont bother with unused rules for version.cpeter2003-01-211-4/+1
|
* Turn off Checkin-prog and Update-prog.peter2003-01-211-2/+2
|
* Update for cvs-1.11.5 import (note to self: gotta fix the version tags)peter2003-01-212-4/+4
|
* This commit was generated by cvs2svn to compensate for changes in r109661,peter2003-01-211-79/+0
| | | | which included commits to RCS files with non-trunk default branches.
* Merge cvs-1.11.2.1-20021201 -> 1.11.5 changes onto mainlinepeter2003-01-2110-102/+91
|
* This commit was generated by cvs2svn to compensate for changes in r109658,peter2003-01-211-37/+0
| | | | which included commits to RCS files with non-trunk default branches.
* This commit was generated by cvs2svn to compensate for changes in r109655,peter2003-01-2135-87/+435
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import cvs-1.11.5 onto vendor branchpeter2003-01-2145-189/+526
| |
* | There's absolutely no need for a struct-within-a-struct, so move thedes2003-01-212-28/+24
| | | | | | | | counters out of the inner struct and remove it.
* | Add missing SMP file locks around read-modify-write operations onhsu2003-01-211-1/+5
| | | | | | | | | | | | the flag field. Reviewed by: rwatson
* | Remove OBE prototype for iszerodev() - it was replaced by thepeter2003-01-212-2/+0
| | | | | | | | D_MMAP_ANON device switch flag.
* | Fixes for a number of problems in the IOMMU code:tmm2003-01-212-16/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.) Fix an off-by-one in the DVMA space handling, which would make it possible to allocate one page beyond the end of the DVMA area. This page was aliased to the first page. Apparently, this bug was responsible for the trashed nvram/eeprom some people were reporting, in conjunction with a number of unfortunate coincidences. 2.) Fix broken boundary and and lowaddr calculations. 3.) Fix a memory leak on an error path. 4.) Update a outdated comment to reflect the introduction of IOMMU_MAX_PRE, make the usage of IOMMU_MAX_PRE more consistent and KASSERT that the preallocation size is not 0. 5.) Fix a case where an error return was lost. 6.) When signalling an error to the caller by invoking the callback, do not use a segment pointer of NULL for compatability with existing drivers. Also, increase the maximum segment number to 64; it is rather arbitrary, with the exception of the of the stack space consumed by the segment array. Special thanks go to Harti Brandt <brandt@fokus.fraunhofer.de> for spotting 4 and 5, and testing many iterations of patches. Pointy hats to: tmm
* | Free resources when failing to set up the interrupt.tmm2003-01-211-0/+1
| |
* | bus_dmamap_sync() overhaul:tmm2003-01-211-21/+24
| | | | | | | | | | | | | | | | - Remove NetBSD-style or-ed together BUS_DMASYNC operations, in some cases relaxing the (intended) syncing operation a bit. - Add syncs before reading the descriptor rings. - Try to combine syncs where possible to avoid overhead. - Sync all maps before unloading them.
* | bus_dmamap_sync() overhaul:tmm2003-01-212-22/+18
| | | | | | | | | | | | | | | | | | | | | | - Remove NetBSD-style or-ed together BUS_DMASYNC operations, in some cases relaxing the (intended) syncing operation a bit. - Stop pretending that that we can sync part of a dmamap: replace the GEM_CDTXSYNC and GEM_CDRXSYNC macros with GEM_CDSYNC to sync the complete control map, and combine syncs wherever possible to avoid the overhead. - Sync all maps before unloading them. - Remove a few syncs which should be unnecessary.
* | Fix iommu_dvmamap_sync(): it was still operating as if the BUS_DMASYNC_*tmm2003-01-211-5/+13
| | | | | | | | | | | | constants where flag bits (as in NetBSD), although they are consecutively numbered in FreeBSD. This would cause unnecessary flushing in the BUS_DMASYNC_POSTWRITE case, but was otherwise mostly harmless.
* | Correct an off-by-one in the boundary check. Otherwise, resourcetmm2003-01-211-1/+1
| | | | | | | | | | allocations would fail if the desired allocation size was equal to the boundary.
* | Define misc structs outside of struct firewire_comm.simokawa2003-01-211-77/+85
| |
* | Ignore events of unused IR DMA.simokawa2003-01-211-3/+11
| |
* | This commit was generated by cvs2svn to compensate for changes in r109641,nectar2003-01-211-1/+2
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Add a missing include, needed to get a prototype for `des_read_pw_string'.nectar2003-01-211-1/+2
| | | | | | | | | | | | | | | | | | This is particularly important for OpenSSL 0.9.7, as `des_read_pw_string' is a macro there. (This fix brought in on the vendor branch, because I already committed it to Heimdal's CVS.)
* | | Define OPENSSL_DES_LIBDES_COMPATIBILITY so that Heimdal will build withnectar2003-01-211-0/+1
| | | | | | | | | | | | OpenSSL 0.9.7 when it is imported. (This currently has no effect.)
* | | Remove NEXTDOSPART.nyan2003-01-211-1/+0
| | |
* | | Use NDOSPART instead of NEXTDOSPART.nyan2003-01-211-2/+2
| | |
* | | MFi386: revision 1.63.nyan2003-01-211-10/+9
| | |
* | | Needs wlan for wi.imp2003-01-211-0/+1
| | |
* | | Don't forget to properly quote input.mtm2003-01-211-1/+1
| | | | | | | | | | | | | | | Approved by: markm (mentor)(implicit) Submitted by: Robin Breathe <robin@isometry.net>
* | | #ifdef NO_GEOM some bits here too.phk2003-01-211-0/+2
| | |
* | | Update with the current list of scanners that the driver supports.joe2003-01-211-3/+29
| | |
* | | Regenjoe2003-01-212-2/+9
| | |
* | | Add support for Epson 1660 scanner.joe2003-01-212-0/+2
| | | | | | | | | | | | | | | Submitted by: Bruno Schwander <bruno@tinkerbox.org> MFC after: 3 days
* | | use 'void *' instead of 'caddr_t' for useracc, kernacc, vslock and vsunlock.alfred2003-01-214-12/+12
| | |
* | | #ifdef NO_GEOM all of this file.phk2003-01-211-0/+2
| | |
* | | Bandaid to make the kernel compile until the scsi-crew can find out whatphk2003-01-211-1/+2
| | | | | | | | | | | | is happening.
* | | Make this compile with DEBUG defined now that WARNS=0 has been removedtjr2003-01-213-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | from the Makefile: - Print pointers with %p instead of %x. - Include missing headers to get prototypes. Noticed by: benno
* | | Add yet another Sony Vaio PS/2 mouse ID. This one is found in a R505GL.marcel2003-01-212-0/+2
| | | | | | | | | | | | | | | The ACPI data for the mouse includes the compatibility ID, but we apparently don't make use of it.
* | | Add a missing '{'phk2003-01-211-1/+1
| | |
* | | Catch up to WAIT/NOWAIT cleanup.alfred2003-01-212-30/+3
| | |
* | | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-21591-2122/+2123
| | | | | | | | | | | | Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT.
* | | pccardd and pccardc are for i386 and pc98 only. Don't build them onimp2003-01-211-1/+1
| | | | | | | | | | | | | | | | | | other architectures. Pointed out by: peter
* | | Remove the fake disklabel, no longer needed.sos2003-01-212-47/+7
| | | | | | | | | | | | | | | | | | Fix potential malloc panic. Prodded by: phk
* | | - Restore header printing to wi_printaplist()mdodd2003-01-211-34/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Move APRATE switch() code to function for clarity. - Conditionally call wi_printaplist() alone if more than one 'L' is preset. - Add the 'Q' flag to suppress printing of extraneous information in wi_printaplist(). - Re-order second getopt() in main(). Reviewed by: imp
* | | preserve the order of tags copied by m_tag_copy_chainsam2003-01-211-3/+2
| | | | | | | | | | | | Obtained from: OpenBSD
* | | The PowerPC-specfic scripttempl file was depreciated in favor of the genericobrien2003-01-211-1/+1
| | | | | | | | | | | | ELF one.
* | | Run kldxref on sparc64, it works now.jake2003-01-212-2/+2
| | |
* | | Fix module dependency (pre)loading on sparc64 by relocating the variablesjake2003-01-211-6/+57
| | | | | | | | | | | | | | | | | | | | | | | | read from the raw kld files. Submitted by: Hartmut Brandt <brandt@fokus.gmd.de> PR: 46870 Tested on: alpha (obrien), i386, sparc64
* | | - Add a VM_WAIT in the appropriate cases where vm_page_alloc() fails and flagsjeff2003-01-213-31/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | indicate that uma_small_alloc should not. This code should be refactored so that there is not so much cross arch duplication. Reviewed by: jake Spotted by: tmm Tested on: alpha, sparc64 Pointy hat to: jeff and everyone who cut and pasted the bad code. :-)
* | | hook fast_ipsec.4 upsam2003-01-211-0/+1
| | |
* | | fast ipsec protocolssam2003-01-211-0/+105
| | |
* | | New errata entry for ipfw(4).bmah2003-01-211-0/+5
| | | | | | | | | | | | | | | Submitted by: maxim Reviewed by: rwatson, bmah
OpenPOWER on IntegriCloud