Go to file
Tomas Hruby d75138be00 E1000 - fixed reading/writing device registers
- the pointers must be flagged as volatile because otherwise they
  might be "optimized" by a compiler. It is a common good
  practice to access the registers this way, the keyword is in C
  for a reason.

- for instance, in eeprom_eerd() when polling a register the
  compiler, under certain conditions, may decide upon the first
  read and if it does not break the loop it assumes that the
  value is not going to change and thus stays in an infinite
  loop.
2011-07-08 20:31:21 +02:00
benchmarks Fixed unixbench Run script 2010-10-25 08:32:14 +00:00
bin Add bin/ hierarchy 2011-07-01 18:43:15 +02:00
boot boot: Add multiboot support 2011-06-24 17:21:51 +02:00
commands Replace indent with NetBSD version 2011-07-05 12:37:57 +02:00
common profile.h: Don't hide structs and macros 2011-07-08 18:10:56 +02:00
docs Reduce compiler/libraries/headers cases to only two 2011-07-04 04:09:52 +02:00
drivers E1000 - fixed reading/writing device registers 2011-07-08 20:31:21 +02:00
etc descr: add -I to mask forget /usr/include for ack 2011-07-04 16:16:10 +02:00
include Reduce compiler/libraries/headers cases to only two 2011-07-04 04:09:52 +02:00
kernel kernel: make clang-buildable 2011-06-28 15:34:19 +02:00
lib update nbsd port patch files 2011-07-08 16:51:20 +02:00
man Remove obsolete m4 Makefile 2011-06-29 17:45:24 +02:00
nbsd_include Reduce compiler/libraries/headers cases to only two 2011-07-04 04:09:52 +02:00
servers pm, vfs: don't print something for bogus calls 2011-07-05 13:21:48 +02:00
share Reduce compiler/libraries/headers cases to only two 2011-07-04 04:09:52 +02:00
test libm: add i387/ dir, fix test51 compilation 2011-07-08 16:34:40 +02:00
tools Replace indent with NetBSD version 2011-07-05 12:37:57 +02:00
usr.bin Replace indent with NetBSD version 2011-07-05 12:37:57 +02:00
.gitignore .gitignore: add obj-elfbase-nbsd 2011-06-25 18:05:01 +02:00
LICENSE Fix parameter parsing in cut 2010-01-21 10:16:05 +00:00
Makefile world: add servers install target 2011-07-07 23:06:00 +02:00