aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make the clone handler BURN_BRIDGES but the actual 'a' and 'c' partitionPoul-Henning Kamp2003-09-212-4/+9
| | | | | | | | | check GONE_IN_5: We need the clone handler for root filesystem case. Once under GEOM, we can remove the clone handler as GEOM provides one. Notes: svn path=/head/; revision=120318
* Make this compile.Poul-Henning Kamp2003-09-211-0/+2
| | | | Notes: svn path=/head/; revision=120317
* (atapi_cb): Reorganize error handling circuitry.Thomas Quinot2003-09-211-17/+19
| | | | | | | | | Fix to the messages output under CAM_DEBUG_CCB: the summary sense information (error bits and sense key) is in the error field, not in the result field, of struct ata_request. No other functional change. Notes: svn path=/head/; revision=120316
* (atapi_cb): Disable autosense for now as it causes a missed ATA interrupt.Thomas Quinot2003-09-211-2/+8
| | | | | | | Minor reformatting. Notes: svn path=/head/; revision=120315
* (scsi_request_sense): Set allocation length in REQUEST_SENSE CCB.Thomas Quinot2003-09-211-0/+1
| | | | | | | Reviewed by: ken Notes: svn path=/head/; revision=120314
* (camperiphdone): When the cam_periph layer performs sense recovery,Thomas Quinot2003-09-211-1/+1
| | | | | | | | | | | completion of recovery is indicated by positioning the CAM_AUTOSNS_VALID bit in the status field of the CCB, not in the flags field. This fixes an endless loop of sense recovery actions. Reviewed by: ken Notes: svn path=/head/; revision=120313
* The ports freeze may take longer than anticipated. Instead ofDaniel Eischen2003-09-211-3/+2
| | | | | | | | | | | waiting for it to be delayed, temporarily back out the -pthread removal until the freeze is lifted. Freeze possibly taking longer than necessary: will Requested by: kris Notes: svn path=/head/; revision=120312
* - Fix MD_SMALL_ALLOC on architectures that support it. Define a new allocJeff Roberson2003-09-211-21/+46
| | | | | | | | | | | | | function, startup_alloc(), that is used for single page allocations prior to the VM starting up. If it is used after the VM startups up, it replaces the zone's allocf pointer with either page_alloc() or uma_small_alloc() where appropriate. Pointy hat to: me Tested by: phk/amd64, me/x86 Notes: svn path=/head/; revision=120311
* Make LOCAL_PATCHES accept multiple patch files, as its name suggests.Ruslan Ermilov2003-09-212-3/+8
| | | | Notes: svn path=/head/; revision=120310
* Only print an end '}' if the field was non-zero (i.e. there were some flagsNate Lawson2003-09-211-2/+4
| | | | | | | to print). Notes: svn path=/head/; revision=120309
* Add support for fixed event buttons defined in the DSDT (HID "ACPI_FSB"Nate Lawson2003-09-211-17/+49
| | | | | | | | | and "ACPI_FPB"). Pointed out by: Linux Notes: svn path=/head/; revision=120308
* Reimplement pmap_release() such that it uses the page table rather than theAlan Cox2003-09-201-10/+5
| | | | | | | | pte object to locate the page table directory pages. (This is another step toward the elimination of the pte object.) Notes: svn path=/head/; revision=120307
* Fix improper use of varargs.Paul Saab2003-09-201-2/+2
| | | | | | | Reviewed by: peter Notes: svn path=/head/; revision=120306
* Bad Jeffr! No cookie!Peter Wemm2003-09-201-2/+2
| | | | | | | | | Temporarily disable the UMA_MD_SMALL_ALLOC stuff since recent commits break sparc64, amd64, ia64 and alpha. It appears only i386 and maybe powerpc were not broken. Notes: svn path=/head/; revision=120305
* Fix copyright (Wind River has no rights to this file).Bill Paul2003-09-201-2/+4
| | | | | | | | Add Gigabyte 7N400 Pro2 motherboard integrated gigE to list of supported devices. Notes: svn path=/head/; revision=120304
* Update the copyright year.Ruslan Ermilov2003-09-202-2/+2
| | | | Notes: svn path=/head/; revision=120303
* Keep up with recent mdoc(7) changes.Ruslan Ermilov2003-09-203-1/+3
| | | | Notes: svn path=/head/; revision=120302
* Comment out and mark all non-translated library strings.Ruslan Ermilov2003-09-201-7/+7
| | | | Notes: svn path=/head/; revision=120301
* Sync with FSF branch.Ruslan Ermilov2003-09-202-9/+31
| | | | Notes: svn path=/head/; revision=120300
* Remove the dual-address cycle stuff. DAC is used to allow a bus masterBill Paul2003-09-201-4/+2
| | | | | | | | | | | | | | | | | | device to access 64-bit addresses from a 32-bit PCI bus. While the RealTek manual says you can set this bit and the chip will perform DAC only if you give it a DMA address with any of the upper 32 bits set, this appears not to be the case. If I turn on the DAC bit, the chip sets the 'system error' bit in the status register when I to do a DMA on my Athlon test box with 32-bit PCI bus (VIA chipset) even though I only have 128MB of physical memory, and thus can never give the chip a 64-bit address. Obviously, I can't just set it and forget it, so until I figure out the right rule for when it's safe/necessary to enable it, keep it turned off. Notes: svn path=/head/; revision=120299
* This commit was generated by cvs2svn to compensate for changes in r120297,Ruslan Ermilov2003-09-202-2/+26
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=120298
| * Keep up with recent mdoc(7) changes, that include:Ruslan Ermilov2003-09-204-11/+57
| | | | | | | | | | | | | | | | | | - If no .Os call is made, don't print the OS info at all. - Allow for multiple .Lb calls in the LIBRARY section. - Improved documentation on punctuation characters. Notes: svn path=/vendor/groff/dist/; revision=120297
* | Fix the last remaining problem encountered by KSE: apparently it isMarcel Moolenaar2003-09-201-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not guaranteed that the RSE writes the NaT collection immediately, sort of atomically, to the backing store when it writes the register immediately prior to the NaT collection point. This means that we cannot assume that the low 9 bits of the backingstore pointer do not point to the NaT collection. This is rather a surprise and I don't know at this time if it's a bug in the Merced or that it's actually a valid condition of the architecture. A quick scan over the sources does not indicate that we depend on the false assumption elsewhere, but it's something to keep in mind. The fix is to write the saved contents of the ar.rnat register to the backingstore prior to entering the loop that copies the dirty registers from the kernel stack to the user stack. Notes: svn path=/head/; revision=120296
* | Add vendor Samsung and device Samsung ML-6060.Stefan Eßer2003-09-203-2/+22
| | | | | | | | Notes: svn path=/head/; revision=120295
* | Move uma_small_alloc() and uma_small_free() to uma_machdep.c. TheseMarcel Moolenaar2003-09-203-77/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | functions reference UMA internals from <vm/uma_int.h>, which makes them highly unwanted in non-UMA specific files. While here, prune the includes in pmap.c and use __FBSDID(). Move the includes above the descriptive comment. The copyright of uma_machdep.c is assigned to the project and can be reassigned to the foundation if and when when such is preferrable. Notes: svn path=/head/; revision=120294
* | EXPsys PCMCIA Ethernet ComboWarner Losh2003-09-201-1/+3
| | | | | | | | | | | | | | Submitted by: Ludwig Pummer Notes: svn path=/head/; revision=120292
* | update to 1.71Warner Losh2003-09-201-1/+4
| | | | | | | | Notes: svn path=/head/; revision=120291
* | EXPsys PCMCIA Ethernet ComboWarner Losh2003-09-201-0/+1
| | | | | | | | | | | | | | Submitted by: Ludwig Pummer Notes: svn path=/head/; revision=120290
* | Remove unused #defines.Warner Losh2003-09-201-3/+0
| | | | | | | | Notes: svn path=/head/; revision=120289
* | The method link_preload_finish is not static.Doug Rabson2003-09-201-1/+1
| | | | | | | | Notes: svn path=/head/; revision=120288
* | Remove an invalid KASSERT. Apparently pmap_remove_all gets called onJake Burkholder2003-09-201-3/+0
| | | | | | | | | | | | | | unmanaged pages. Notes: svn path=/head/; revision=120287
* | Add missing file, it is sorely needed to make if_sk.c compile again.Wilko Bulte2003-09-202-0/+342
| | | | | | | | Notes: svn path=/head/; revision=120286
* | Fix width of first column in FILES table to account for longer device name.Stefan Eßer2003-09-201-1/+1
| | | | | | | | Notes: svn path=/head/; revision=120285
* | Fix name of no-reset device (ulpn -> unlpt).Stefan Eßer2003-09-201-2/+2
| | | | | | | | Notes: svn path=/head/; revision=120284
* | Correct card type of Netgear WG311 and add WAG311 and WGT511TStefan Eßer2003-09-201-17/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | which are based on the AR5212 and should just work (not verified). Add Proxim Skyline 4032, the PCI version of th e4030. Add revision suffix 'B' to D-Link DWL-G520/G650 entries, in order to indicate that revision A1 cards are not supported by this driver (both A1 and B1/B2 cards are sold in identical boxes). Explicitly point out the existence of unsupported DWL-G520/G650 (rev. A1) cards in the CAVEATS section. Approved by: sam Notes: svn path=/head/; revision=120283
* | Note added support for 3C940 and Marvell Semiconductor 88E1000* gigabit PHYWilko Bulte2003-09-201-0/+6
| | | | | | | | | | | | | | | | Submitted by: Jung-uk Kim <jkim@niksun.com> Based on: Nathan L. Binkert's OpenBSD patch for sk(4) Notes: svn path=/head/; revision=120282
* | Add support for SK-9521 V2.0 and 3COM 3C940.Wilko Bulte2003-09-207-406/+1738
| | | | | | | | | | | | | | | | | | | | | | | | | | Tested at 100Mbit only, using Asus P4P800 onboard 3C940. The -stable version of this patch I have in use for ~2 weeks now, and works just fine for me. Based on: Nathan L. Binkert's patch for OpenBSD Patch submitted by and thanks to: Jung-uk Kim <jkim@niksun.com> MFC after: 2 weeks Notes: svn path=/head/; revision=120281
* | fixed memory leak.SUZUKI Shinsuke2003-09-201-1/+4
| | | | | | | | | | | | | | Obtained From: KAME Notes: svn path=/head/; revision=120280
* | Dont reject a master device if it said slave failed.Søren Schmidt2003-09-201-2/+2
| | | | | | | | Notes: svn path=/head/; revision=120279
* | In umass_bbb_get_max_lun() move maxlun to before the DPRINTF so thatGary Jennejohn2003-09-201-1/+1
| | | | | | | | | | | | | | the actual number of LUNs is printed. Notes: svn path=/head/; revision=120278
* | New Proxim Harmony OEM card.Warner Losh2003-09-201-0/+1
| | | | | | | | | | | | | | Submitted by: Jeremy Bingham Notes: svn path=/head/; revision=120277
* | sync to 1.70Warner Losh2003-09-201-1/+4
| | | | | | | | Notes: svn path=/head/; revision=120276
* | OEM version of Proxim Harmony cardWarner Losh2003-09-201-0/+1
| | | | | | | | | | | | | | Submitted by: Jeremy Bingham Notes: svn path=/head/; revision=120275
* | A new proxim harmony oem card spotted in the field.Warner Losh2003-09-201-0/+6
| | | | | | | | | | | | | | Submitted by: Jeremy Bingham Notes: svn path=/head/; revision=120274
* | o Properly spell my last name. Bad Hiten, no cookie :-)Marcel Moolenaar2003-09-201-1/+1
| | | | | | | | | | | | | | o Use the email address I put in my signature. Notes: svn path=/head/; revision=120273
* | - Somewhere along the line I stupidly removed critical logic fromJeff Roberson2003-09-201-10/+11
| | | | | | | | | | | | | | | | sched_ptcpu_update(). This caused erroneous cpu times in TOP for processes that were asleep. Replace the code that was removed. Notes: svn path=/head/; revision=120272
* | - In reassignbuf() don't unlock vp and lock newvp if they are the same.Jeff Roberson2003-09-201-6/+11
| | | | | | | | | | | | | | | | | | | | | | Doing so creates a race where the buf is on neither list. - Only vfree() in an error case in vclean() if VSHOULDFREE() thinks we should. - Convert the error case in vclean() to INVARIANTS from DIAGNOSTIC as this really should not happen and is fast to check. Notes: svn path=/head/; revision=120271
* | New errata: SA-03:13.Bruce A. Mah2003-09-201-0/+9
| | | | | | | | Notes: svn path=/head/; revision=120268
* | New release note: SA-03:13.Bruce A. Mah2003-09-202-4/+14
| | | | | | | | | | | | | | Modified release notes: GNOME 2.4, KDE 3.1.4. Notes: svn path=/head/; revision=120266
* | - Remove spls(). The locking that has replaced them is in place and theyJeff Roberson2003-09-191-62/+6
| | | | | | | | | | | | | | no longer serve as guidelines for future work. Notes: svn path=/head/; revision=120265