summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
...
* Dont initialize a TSC timecounter until we know if it is broken or not.phk2003-08-061-0/+1
* Broke the warning that the cx driver (cronyx.c, cx,c and if_cx.c) usesbde2003-08-061-0/+23
* Don't use pessimal (u_short) types for i/o ports. This is mainly forbde2003-08-053-3/+3
* Changed the data types of three index variables, two of themrobert2003-07-271-3/+3
* Initiate de-orbit burn for fpu-less operation. 386+387 is stillpeter2003-07-221-25/+3
* Make the 80x60, 132x25, 132x43, 132x50, and 132x60 VESA text modesrobert2003-07-181-0/+12
* unifdef -DLAZY_SWITCH and start to tidy up the associated glue.peter2003-07-101-4/+0
* Silly compile fixes from resource_disabled() commit.jhb2003-07-031-1/+0
* - Use the new resource_disabled() helper function to see if devices arejhb2003-07-021-2/+2
* fix another LP64 problem. READ_IVAR takes a pointer to an uintptr_t, notjmg2003-06-201-1/+3
* - Use IDTVEC() to declare IPI handlers since they are also IDT vectors.jhb2003-06-061-20/+14
* Use __FBSDID().obrien2003-06-0233-69/+104
* Remove unused variable(s).phk2003-05-311-9/+0
* Don't rely on boolean expression evaluating to 1 or 0 by default.phk2003-05-311-1/+1
* Fix indentation.phk2003-05-311-1/+1
* Hang softc from dev_tphk2003-05-311-6/+18
* Eliminate potential overflows by allocating softc dynamically,phk2003-05-311-30/+19
* Style nits.jhb2003-05-072-4/+8
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-1/+1
* After careful review of this driver, I'm pretty sure it would take aimp2003-04-271-1157/+0
* Don't include <sys/disklabel.h>phk2003-04-161-1/+0
* - Set if_unit, if_init, and ifq_maxlen.mdodd2003-04-161-14/+17
* Retire these files.mdodd2003-04-072-189/+0
* Use vm_paddr_t instead of vm_offset_t for the paddr parameter of vesa_mmap.cognet2003-04-051-1/+1
* Define ovbcopy() as a macro which expands to the equivalent bcopy() call,des2003-04-041-4/+2
* Commit a partial lazy thread switch mechanism for i386. it isn't as lazypeter2003-04-022-1/+27
* - In npxgetregs() use the td argument to save the fpu state from and notjeff2003-04-011-2/+1
* - In npxsetregs don't set the floating point if td == fpcurthread not ifjeff2003-03-311-1/+1
* - Change ELINK_ID_PORT; the 3c507 likes 0x100 better.mdodd2003-03-292-2/+19
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-253-4/+5
* Retire sys/pc98/pc98/spkr.cmdodd2003-03-241-2/+4
* Use repo-copied files in sys/i386/bios.mdodd2003-03-244-4/+4
* - Use if_broadcastaddr from struct ifnet rather than relying onmdodd2003-03-211-1/+1
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-181-1/+0
* Note that MAJOR_AUTO is now the default if d_maj is not initialized. Thisphk2003-03-091-1/+0
* Finish driving a stake through the heart of netns and the associatedpeter2003-03-051-5/+0
* Make TTYHOG tunable.das2003-03-052-0/+2
* Make nokqfilter() return the correct return value.phk2003-03-035-5/+5
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-0317-226/+133
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-029-37/+37
* Use MAJOR_AUTO.phk2003-02-271-2/+1
* NODEVFS cleanup:phk2003-02-272-12/+6
* msgphk2003-02-261-9/+0
* NODEVFS cleanup: Create devices with make_dev() instead of cdevsw_add()phk2003-02-261-4/+1
* Cleanup of the d_mmap_t interface.mux2003-02-253-12/+11
* Change the console interface to pass a "struct consdev *" instead of aphk2003-02-201-3/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-1913-23/+23
* Move a bunch of flags from the KSE to the thread.julian2003-02-171-1/+1
* Remove #include <sys/dkstat.h>phk2003-02-162-2/+0
* Switch to using the TSC code in i386/i386/tsc.c.phk2003-02-111-114/+1
OpenPOWER on IntegriCloud